git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61aaf82
)
r9663: Portability fix for IE.
author
Deryck Hodge
<deryck@samba.org>
Fri, 26 Aug 2005 19:55:22 +0000
(19:55 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:34:38 +0000
(13:34 -0500)
deryck
(This used to be commit
87cb23aae377a9cdce790881c65535ed4d3931e1
)
swat/scripting/client/status.js
patch
|
blob
|
history
diff --git
a/swat/scripting/client/status.js
b/swat/scripting/client/status.js
index 9be85aca58761021174199761a56ec61f11199e7..31ee31c43b736272feec4ac3ade1e33ffc01f056 100644
(file)
--- 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
}
];