summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-04-23 17:31:55 +0000
committeralecpl <alec@alec.pl>2009-04-23 17:31:55 +0000
commitf055b12f3ef5a15f1562869fcf5ecf00c94f2f7a (patch)
treebc942e4ff87e8e54d0295e6141f296444c7d3265 /program/js
parent962085baa17a622c83320e27acde0ac06219da39 (diff)
- small css fixes in login form, boxes and subscription list
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 65b7c835d..bc39bdbfb 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3008,7 +3008,6 @@ function rcube_webmail()
var reg = new RegExp('.*['+RegExp.escape(this.env.delimiter)+']');
this.name_input = document.createElement('INPUT');
this.name_input.value = this.env.subscriptionrows[id][0].replace(reg, '');
- this.name_input.style.width = '100%';
reg = new RegExp('['+RegExp.escape(this.env.delimiter)+']?[^'+RegExp.escape(this.env.delimiter)+']+$');
this.name_input.__parent = this.env.subscriptionrows[id][0].replace(reg, '');