Browse Source

Mise en indépendance du script aSimpletour

Sevajol Bastien 11 years ago
parent
commit
079958e97a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Muzich/CoreBundle/Resources/views/Layout/head_js.html.twig

+ 1 - 1
src/Muzich/CoreBundle/Resources/views/Layout/head_js.html.twig View File

7
   'js/jquery.form-2.14.js'
7
   'js/jquery.form-2.14.js'
8
   'js/jConfirmAction/jconfirmaction.jquery.js'
8
   'js/jConfirmAction/jconfirmaction.jquery.js'
9
   'js/jquery.scrollTo.min.js'
9
   'js/jquery.scrollTo.min.js'
10
-  'js/jquery.aSimpleTour.js'
11
   'js/jquery.stickysidebar.js'
10
   'js/jquery.stickysidebar.js'
12
   'js/jquery.sticky.js'
11
   'js/jquery.sticky.js'
13
   '@MuzichCoreBundle/Resources/public/js/TagPrompt.js'
12
   '@MuzichCoreBundle/Resources/public/js/TagPrompt.js'
16
   '@MuzichCoreBundle/Resources/public/js/autoplay.js'
15
   '@MuzichCoreBundle/Resources/public/js/autoplay.js'
17
   '@MuzichCoreBundle/Resources/public/js/muzich.js' %}{# filter='yui_js' %}#}
16
   '@MuzichCoreBundle/Resources/public/js/muzich.js' %}{# filter='yui_js' %}#}
18
   <script src="{{ asset_url }}"></script>
17
   <script src="{{ asset_url }}"></script>
18
+  <script src="/js/jquery.aSimpleTour.js"></script>
19
 {% endjavascripts %}
19
 {% endjavascripts %}
20
 
20
 
21
 <!--<script src="https://w.soundcloud.com/player/api.js"></script>
21
 <!--<script src="https://w.soundcloud.com/player/api.js"></script>