Skip to content

Commit

Permalink
fix generate break
Browse files Browse the repository at this point in the history
  • Loading branch information
myst729 committed Oct 28, 2015
1 parent 52b6b3f commit 0fce16c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion template/default.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var base = location.protocol + '//' + location.host + '/';
MixJS.config({
baseURL:base + 'js/'
});
MixJS.use('/js/event/broadcast', function($){
MixJS.use('event/broadcast', function($){
$.loadJS('/js/nodeppt.js',function(){
Slide.init({
containerID: 'container',
Expand Down
6 changes: 3 additions & 3 deletions template/markdown.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@

<slide class="slide logoslide dark nobackground">
<article class="flexbox vcenter">
<h2 style="color: white;">Powered By nodePPT v<%= nodeppt_version %></h2>
<h2 style="color: white;">Powered By nodePPT v<%= nodeppt_version %></h2>
</article>
</slide>
</slide>
<div class="slideTip" id="tip"></div>
</slides>
</div>
Expand Down Expand Up @@ -102,7 +102,7 @@ Slide.init({
<% } %>
tipID: 'tip'
});
MixJS.loadJS('/js/highlight/highlight.pack.js',function(){
MixJS.loadJS('highlight/highlight.pack.js',function(){
hljs.tabReplace = ' ';
hljs.initHighlightingOnLoad();
});
Expand Down

0 comments on commit 0fce16c

Please sign in to comment.