Просмотр исходного кода

Fix: loading js files on presentation

Sotaro KARASAWA 9 лет назад
Родитель
Сommit
8aac49de85
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      lib/views/page_presentation.html

+ 2 - 1
lib/views/page_presentation.html

@@ -10,6 +10,8 @@
     <link rel="stylesheet" type="text/css" href="/css/crowi-reveal{% if env  == 'production' %}.min{% endif %}.css">
     <link rel="stylesheet" type="text/css" href="/js/reveal/lib/css/zenburn.css">
 
+    <script src="/js/bundled.js"></script>
+
     <title>{{ path|path2name }} | {{ path }}</title>
   </head>
   <body>
@@ -27,7 +29,6 @@
       </div>
     </div>
 
-    <script src="/js/crowi.js"></script>
     <script src="/js/presentation.js"></script>
   </body>
 </html>