]> www.average.org Git - mkgallery.git/blobdiff - include/controls.js
nitpicks
[mkgallery.git] / include / controls.js
index 53a060f9765dbfcbefd0c9e24bcca2a2768ec501..dd30e393a7509f35dc31dd7451be565d7a502413 100644 (file)
@@ -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);