diff --git a/ui/gallery-prototype.js b/ui/gallery-prototype.js index 406c82d1..08a0bee6 100755 --- a/ui/gallery-prototype.js +++ b/ui/gallery-prototype.js @@ -85,6 +85,7 @@ function createCSSClassToggler(elem, css_class, callback_a, callback_b){ var callback_pre = callback_a var callback_post = callback_b } + // build the acual toggler function... return function(action){ if(action == null){ action = 'on'