Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

Commit

Permalink
add jquery loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Ofat committed Nov 9, 2015
1 parent 4fdd9a1 commit f878314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/manage.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
@endforeach
</div>

<script>if (!window.jQuery) { document.write('<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"><\/script>'); }</script>
<script>
(function($){
$("#settingsTabs a:first").tab('show');
Expand Down

0 comments on commit f878314

Please sign in to comment.