Commit b9fe2dda authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2013 from juukie14/master

Conditionally Loading jQuery in profiler template
parents c89354f6 55fe0189
...@@ -119,6 +119,6 @@ ...@@ -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 -->
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment