Skip to content
This repository was archived by the owner on May 9, 2019. It is now read-only.

Commit

Permalink
Merge pull request #6 from chekun/develop
Browse files Browse the repository at this point in the history
fix jquery reference bug
  • Loading branch information
Che Kun committed Nov 28, 2014
2 parents 87e0b52 + 72d918e commit 10a45d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions views/js.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<script>
var $jQuery = jQuery.noConflict(true);
</script>
<?php else: ?>
<script>
var $jQuery = $;
</script>
<?php endif; ?>
<script>
(function($) {
Expand Down

0 comments on commit 10a45d1

Please sign in to comment.