Fixed bug 16868. r=brade
git-svn-id: svn://10.0.0.236/trunk@51269 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -273,7 +273,7 @@ function GetAppropriatePercentString()
|
||||
{
|
||||
var selection = window.editorShell.editorSelection;
|
||||
if (selection) {
|
||||
if (editorShell.GetElementOrParentByTagName("td",selection.focusNode));
|
||||
if (editorShell.GetElementOrParentByTagName("td",selection.focusNode))
|
||||
return GetString("PercentOfCell");
|
||||
}
|
||||
return GetString("PercentOfWindow");
|
||||
|
||||
Reference in New Issue
Block a user