diff options
author | Deryck Hodge <deryck@samba.org> | 2005-08-26 19:55:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:38 -0500 |
commit | 25c39426237f5a26de9d80b97a1c7225202d1584 (patch) | |
tree | fb0c621ffccaf18eee77f63bded3867841354b64 /swat/scripting/client | |
parent | 61aaf82b6280292ad29439b15ab3bcde065a4c45 (diff) | |
download | samba-25c39426237f5a26de9d80b97a1c7225202d1584.tar.gz samba-25c39426237f5a26de9d80b97a1c7225202d1584.tar.bz2 samba-25c39426237f5a26de9d80b97a1c7225202d1584.zip |
r9663: Portability fix for IE.
deryck
(This used to be commit 87cb23aae377a9cdce790881c65535ed4d3931e1)
Diffstat (limited to 'swat/scripting/client')
-rw-r--r-- | swat/scripting/client/status.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swat/scripting/client/status.js b/swat/scripting/client/status.js index 9be85aca58..31ee31c43b 100644 --- a/swat/scripting/client/status.js +++ b/swat/scripting/client/status.js @@ -11,14 +11,14 @@ var s = [ label : "Server", content: "text", defaultValue : "-", - width : 100, + width : 100 }, { id : "status", label : "Status", content: "text", defaultValue : "-", - width: 100, + width: 100 } ]; |