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>
This commit is contained in:
parent
7cc4df852b
commit
fa6d0e92a9
|
@ -67,7 +67,7 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'profiler' => true,
|
'profiler' => false,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
@ -5,7 +5,7 @@ var anbu = {
|
||||||
// Binding these elements early, stops jQuery from "querying"
|
// Binding these elements early, stops jQuery from "querying"
|
||||||
// the DOM every time they are used.
|
// the DOM every time they are used.
|
||||||
|
|
||||||
el : {
|
el: {
|
||||||
main: $('.anbu'),
|
main: $('.anbu'),
|
||||||
close: $('#anbu-close'),
|
close: $('#anbu-close'),
|
||||||
zoom: $('#anbu-zoom'),
|
zoom: $('#anbu-zoom'),
|
||||||
|
|
Loading…
Reference in New Issue