Browse Source

added prevent default to anbu events and linted/formatted profiler.js code, profiler config in application back to false

Signed-off-by: Guillaume Lambert <falzhobel@gmail.com>
Guillaume Lambert 12 years ago
parent
commit
fa6d0e92a9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      application/config/application.php
  2. 1 1
      laravel/profiling/profiler.js

+ 1 - 1
application/config/application.php

@@ -67,7 +67,7 @@ return array(
 	|
 	*/
 
-	'profiler' => true,
+	'profiler' => false,
 
 	/*
 	|--------------------------------------------------------------------------

+ 1 - 1
laravel/profiling/profiler.js

@@ -5,7 +5,7 @@ var anbu = {
 	// Binding these elements early, stops jQuery from "querying"
 	// the DOM every time they are used.
 
-	el : {
+	el: {
 		main: $('.anbu'),
 		close: $('#anbu-close'),
 		zoom: $('#anbu-zoom'),