From f4dd93ad67fe317e042f55190a210f226a3590f6 Mon Sep 17 00:00:00 2001 From: Dan Rogers Date: Wed, 2 Jan 2013 17:41:07 -0800 Subject: [PATCH] Allow custom profiler.js path, which makes jQuery dependency optional. Signed-off-by: Dan Rogers --- laravel/profiling/template.blade.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/laravel/profiling/template.blade.php b/laravel/profiling/template.blade.php index 9c855b43..3404c52a 100755 --- a/laravel/profiling/template.blade.php +++ b/laravel/profiling/template.blade.php @@ -119,6 +119,10 @@ - - +@if (Config::get('application.profiler_js_src')) + +@else + + +@endif