aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/themes/default/theme.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/themes/default/theme.js')
-rw-r--r--WebContent/themes/default/theme.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/themes/default/theme.js b/WebContent/themes/default/theme.js
index 1dccce680a..e50718c52a 100644
--- a/WebContent/themes/default/theme.js
+++ b/WebContent/themes/default/theme.js
@@ -981,7 +981,7 @@ DefaultTheme.prototype.addTabtoHandlers = function(client,theme,target,hoverTarg
d.style.border = "none";
d.style.background = "none";
d.style.padding = "0px";
- d.style.margin = "0px;"
+ d.style.margin = "0px";
d.style.width = "0px";
d.style.height = "0px";
d.style.overflow = "hidden";