Commit fa6d0e92 by Guillaume Lambert

added prevent default to anbu events and linted/formatted profiler.js code,…

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>
parent 7cc4df85
......@@ -67,7 +67,7 @@ return array(
|
*/
'profiler' => true,
'profiler' => false,
/*
|--------------------------------------------------------------------------
......
......@@ -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'),
......
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