Skip to content

Commit

Permalink
Downgrade to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iConcept authored and iConcept committed Apr 14, 2017
1 parent 13d6f50 commit 6a6340d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/partials/script.blade.php
Expand Up @@ -7,7 +7,7 @@
<script data-pace-options='{ "restartOnRequestAfter": true }' src="{{ asset('/sa/js/plugin/pace/pace.min.js') }}"></script>

<!-- Link to Google CDN's jQuery + jQueryUI; fall back to local -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script>
if (!window.jQuery) {
document.write('<script src="{{ asset('/sa/js/libs/jquery-2.1.1.min.js') }}"><\/script>');
Expand Down

0 comments on commit 6a6340d

Please sign in to comment.