fixing view partial source by commenting a call to defunct edit page menuitem.
git-svn-id: svn://10.0.0.236/trunk@138991 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -71,7 +71,8 @@ function onLoadViewPartialSource()
|
||||
// disable menu items that don't work since the selection is munged and
|
||||
// the editor doesn't work for MathML
|
||||
document.getElementById('cmd_savePage').setAttribute('disabled', 'true');
|
||||
document.getElementById('cmd_editPage').setAttribute('disabled', 'true');
|
||||
// we don't support yet external editor
|
||||
//document.getElementById('cmd_editPage').setAttribute('disabled', 'true');
|
||||
|
||||
if (window.arguments[3] == 'selection')
|
||||
viewPartialSourceForSelection(window.arguments[2]);
|
||||
|
||||
Reference in New Issue
Block a user