Commit b9dd4d64 authored by Oleg Korshul's avatar Oleg Korshul

.

parent f603794b
...@@ -238,6 +238,12 @@ window["asc_initAdvancedOptions"] = function(_code) ...@@ -238,6 +238,12 @@ window["asc_initAdvancedOptions"] = function(_code)
_editor._onNeedParams(undefined, (_code == 90 || _code == 91) ? true : undefined); _editor._onNeedParams(undefined, (_code == 90 || _code == 91) ? true : undefined);
}; };
window["DesktopOfflineAppDocumentSignatures"] = function(_json)
{
var _signatures = JSON.parse(_json);
console.log(_signatures);
};
// меняем среду // меняем среду
//AscBrowser.isSafari = false; //AscBrowser.isSafari = false;
//AscBrowser.isSafariMacOs = false; //AscBrowser.isSafariMacOs = 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