Commit 27733afd authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=30063 - [TextArt] Js ошибка при копировании textart из CSE в CDE

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64119 954022d7-b5bf-4e40-9824-e11837661b57
parent b5d1be46
......@@ -1898,11 +1898,15 @@ Workbook.prototype.init=function(bNoBuildDep){
this.nActive = this.aWorksheets.length - 1;
var self = this;
this.wsHandlers = new asc.asc_CHandlersList(/*handlers*/{
"changeRefTablePart" : function (displayName, ref) {
self.dependencyFormulas.changeTableName( displayName, null, ref );
}
});
if(!window["Asc"] || (window["Asc"] && window["Asc"]["editor"] === undefined))//если мы не в редакторе таблиц
{
this.wsHandlers = new asc.asc_CHandlersList(/*handlers*/{
"changeRefTablePart" : function (displayName, ref) {
self.dependencyFormulas.changeTableName( displayName, null, ref );
}
});
}
//charts
for(var i = 0, length = this.aWorksheets.length; i < length; ++i)
......
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