Merge pull request #2013 from juukie14/master
Conditionally Loading jQuery in profiler template
This commit is contained in:
commit
b9fe2dda26
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue