Commit a164f82f authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48422 954022d7-b5bf-4e40-9824-e11837661b57
parent 4ca19fd4
......@@ -1334,9 +1334,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
this.CoAuthoringApi.init (user, docId, this.asc_getViewerMode(), 'fghhfgsjdgfjs', window.location.host, g_sMainServiceLocalUrl, function(){
}, /*isExcel*/true);
// Global counters
g_oIdCounter.Set_UserId(user.asc_getId());
},
// Set CoAuthoring server url
......
......@@ -1360,6 +1360,7 @@ function Workbook(sUrlPath, eventsHandlers, oApi){
// Histoey & global counters
History = new CHistory(this);
g_oIdCounter = new CIdCounter();
g_oIdCounter.Set_UserId(this.oApi.User.asc_getId());
g_oTableId = new CTableId();
this.theme = null;
......
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