Commit a94b12ae authored by Oleg Korshul's avatar Oleg Korshul

refactor & desktop signatures developing...

parent d10202a8
......@@ -283,6 +283,12 @@ window["OnNativeReturnCallback"] = function(name, obj)
_api.sendEvent(name, obj);
};
window["OnNativeOpenFilenameDialog"] = function(file)
{
window.on_native_open_filename_dialog(file);
delete window.on_native_open_filename_dialog;
};
// меняем среду
//AscBrowser.isSafari = false;
//AscBrowser.isSafariMacOs = false;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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