Merge pull request #2013 from juukie14/master

Conditionally Loading jQuery in profiler template
This commit is contained in:
Taylor Otwell 2013-05-28 06:08:00 -07:00
commit b9fe2dda26
1 changed files with 1 additions and 1 deletions

View File

@ -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 -->