X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fcontrols.js;h=dd30e393a7509f35dc31dd7451be565d7a502413;hp=53a060f9765dbfcbefd0c9e24bcca2a2768ec501;hb=38088a1142b0e2f5dff9361ba6ca88265511d1e8;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);