Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
a94b12ae
Commit
a94b12ae
authored
May 23, 2017
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor & desktop signatures developing...
parent
d10202a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2649 additions
and
2039 deletions
+2649
-2039
common/Local/common.js
common/Local/common.js
+6
-0
common/editorscommon.js
common/editorscommon.js
+2643
-2039
No files found.
common/Local/common.js
View file @
a94b12ae
...
...
@@ -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;
...
...
common/editorscommon.js
View file @
a94b12ae
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment