Small fix to UI JS
git-svn-id: svn://10.0.0.236/trunk@41384 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
21da99135b
commit
ca051326c5
@ -34,7 +34,7 @@ function Startup()
|
||||
// Get the width attribute of the element, stripping out "%"
|
||||
// This sets contents of button text and "percentChar" variable
|
||||
dialog.widthInput.value = InitPixelOrPercentPopupButton(tableElement, "width", "pixelOrPercentButton");
|
||||
dialog.borderInput.value = 5; //tableElement.getAttribute("border");
|
||||
dialog.borderInput.value = tableElement.getAttribute("border");
|
||||
|
||||
// Set default number to 1 row, 2 columns:
|
||||
dialog.rowsInput.value = 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user