Removing code from testing.
git-svn-id: svn://10.0.0.236/trunk@131015 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -562,7 +562,6 @@ function launchBrowser()
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Helper function for filling the form, set the value of a property of a XUL element
|
||||
*
|
||||
@@ -622,10 +621,7 @@ function getFieldValue( elementId, propertyName )
|
||||
}
|
||||
else
|
||||
{
|
||||
if( field )
|
||||
return field.value;
|
||||
else
|
||||
alert( elementId );
|
||||
return field.value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -562,7 +562,6 @@ function launchBrowser()
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Helper function for filling the form, set the value of a property of a XUL element
|
||||
*
|
||||
@@ -622,10 +621,7 @@ function getFieldValue( elementId, propertyName )
|
||||
}
|
||||
else
|
||||
{
|
||||
if( field )
|
||||
return field.value;
|
||||
else
|
||||
alert( elementId );
|
||||
return field.value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user