X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fcontrols.js;h=dd30e393a7509f35dc31dd7451be565d7a502413;hp=53a060f9765dbfcbefd0c9e24bcca2a2768ec501;hb=26e618930f94a53875a461a44524a930d5e4b8a1;hpb=b9bad7137ebc39fc083b04b3a17db5555f6b6f22 diff --git a/include/controls.js b/include/controls.js index 53a060f..dd30e39 100644 --- a/include/controls.js +++ b/include/controls.js @@ -26,7 +26,7 @@ var Controls = new Class({ getOptions: function(){ return { onClick: $empty, - zIndex: 3, + zIndex: 9, buttonClass: 'controlButton', } }, @@ -134,5 +134,6 @@ var Controls = new Class({ } }, }); + Controls.implement(new Options);