1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r9663: Portability fix for IE.

deryck
This commit is contained in:
Deryck Hodge 2005-08-26 19:55:22 +00:00 committed by Gerald (Jerry) Carter
parent 333ebb40d5
commit 87cb23aae3

View 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
}
];