Bug 432132 - Use <textbox type=number> in Composer where applicable (preference part). Also removed one obsolete function. NPOTDB. r+sr=Neil.

git-svn-id: svn://10.0.0.236/trunk@251814 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
stefanh%inbox.com
2008-05-25 19:16:57 +00:00
parent 8e3e709f8a
commit 5451e3ae55
3 changed files with 9 additions and 18 deletions

View File

@@ -303,8 +303,8 @@ function onInputHTMLAttributeValue()
if (value)
{
// Do value filtering based on type of attribute
// (Do not use "LimitStringLength()" and "forceInteger()"
// to avoid multiple reseting of input's value and flickering)
// (Do not use "forceInteger()" to avoid multiple
// input's value and flickering)
var selectedItem = gDialog.AddHTMLAttributeNameInput.selectedItem;
if (selectedItem)