Rerun. Tabbed dialogs allowed non access pages.
[fa-stable.git] / js / inserts.js
index 0dd141650f64203d2f864004ae8fd926f0d11728..8f03de7f743e24fd4678e7b8761bc6bfee677549 100644 (file)
@@ -467,7 +467,7 @@ var inserts = {
 // ?  var modifiedurl=ulistlink.getAttribute("href").replace(/^http:\/\/[^\/]+\//i, "http://"+window.location.hostname+"/")
                    var url = tab.form.action
                    tab.onclick=function(){
-                   if (!_hotkeys.alt && !tab.disabled)
+                   if (!_hotkeys.alt && !this.disabled)
                                _expand(this);
                        return false;
                    }