Conditionally Loading jQuery in profiler template

This commit is contained in:
Juukie14 2013-05-23 16:43:38 +02:00
parent 58d6b112a7
commit 55fe0189ac
1 changed files with 1 additions and 1 deletions

View File

@ -119,6 +119,6 @@
</ul> </ul>
</div> </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> <script>{{ file_get_contents(path('sys').'profiling/profiler.js') }}</script>
<!-- /ANBU - LARAVEL PROFILER --> <!-- /ANBU - LARAVEL PROFILER -->