r9663: Portability fix for IE.
authorDeryck Hodge <deryck@samba.org>
Fri, 26 Aug 2005 19:55:22 +0000 (19:55 +0000)
committerGerald (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

index 9be85aca58761021174199761a56ec61f11199e7..31ee31c43b736272feec4ac3ade1e33ffc01f056 100644 (file)
@@ -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
        }
 ];