Skip to content

Commit

Permalink
Conditionally Loading jQuery in profiler template
Browse files Browse the repository at this point in the history
  • Loading branch information
Juukie14 committed May 23, 2013
1 parent 58d6b11 commit 55fe018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laravel/profiling/template.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@
</ul>
</div>

<script src='//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>
<script>window.jQuery || document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"><\/script>')</script>
<script>{{ file_get_contents(path('sys').'profiling/profiler.js') }}</script>
<!-- /ANBU - LARAVEL PROFILER -->

0 comments on commit 55fe018

Please sign in to comment.