Commit 3a751db5 authored by Oleg Korshul's avatar Oleg Korshul

disable new functionality (develop on branch)

parent ea2adfaa
......@@ -586,8 +586,9 @@ function CEditorPage(api)
this.initEvents();
this.OnResize(true);
this.m_oNotesApi = new CNotesDrawer(this);
this.m_oNotesApi.Init();
this.setNodesEnable(false);
//this.m_oNotesApi = new CNotesDrawer(this);
//this.m_oNotesApi.Init();
};
this.CheckRetinaDisplay = function()
......
......@@ -5541,7 +5541,7 @@ background-repeat: no-repeat;\
return;
}
this.WordControl.setNodesEnable((this.isViewMode || this.isMobileVersion) ? false : true);
//this.WordControl.setNodesEnable((this.isViewMode || this.isMobileVersion) ? false : true);
if (isViewMode)
{
this.ShowParaMarks = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment