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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user