Skip to content

Commit

Permalink
Force jQuery no conflict mode before prototype loads. The previous so…
Browse files Browse the repository at this point in the history
…lution allowed prototype to sometimes load before the noConflict mode started
  • Loading branch information
Semias committed Sep 9, 2011
1 parent 3cfc5d3 commit 89c2821
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions inc/app/sitegallery/boxes/pixgallery/index.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<script>
<!--
jQuery.noConflict();
-->

</script>
<?php

page_add_script("<script type=\"text/javascript\">jQuery.noConflict();</script>");
loader_import ('saf.File.Directory');
loader_import ('sitegallery.Functions');

Expand Down

0 comments on commit 89c2821

Please sign in to comment.