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:
chanial%noos.fr
2003-03-05 23:22:50 +00:00
parent ae3455d61f
commit 64ea8226a7

View File

@@ -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]);