diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-16 12:01:17 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-16 12:01:17 +0200 |
commit | 7c163edb63fcdccc7b232b3b24fe398a363d00a7 (patch) | |
tree | 6574506cc618b8e60ff88a170599031a2df32b57 /pyload/webui/themes/default/js/static/tinytab.js | |
parent | [Webui] Fix wrong trafficleft format (diff) | |
download | pyload-7c163edb63fcdccc7b232b3b24fe398a363d00a7.tar.xz |
New theme Estate
Diffstat (limited to 'pyload/webui/themes/default/js/static/tinytab.js')
-rw-r--r-- | pyload/webui/themes/default/js/static/tinytab.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/webui/themes/default/js/static/tinytab.js b/pyload/webui/themes/default/js/static/tinytab.js index de50279fc..3273451fe 100644 --- a/pyload/webui/themes/default/js/static/tinytab.js +++ b/pyload/webui/themes/default/js/static/tinytab.js @@ -21,7 +21,7 @@ provides: TinyTab this.tabs = tabs; this.contents = contents; if(!opt) opt = {}; - this.css = opt.selectedClass || 'selected'; + this.css = opt.selectedClass || 'selected'; this.select(this.tabs[0]); tabs.each(function(el){ el.addEvent('click',function(e){ |