update use of shellexecute
This commit is contained in:
parent
633ed72ae8
commit
ec06f3cc61
11 changed files with 74 additions and 31 deletions
|
@ -40,6 +40,14 @@ define(['appSettings', 'events', 'browser'], function (appsettings, events, brow
|
|||
saveTimeout = setTimeout(onSaveTimeout, 50);
|
||||
}
|
||||
|
||||
self.getData = function () {
|
||||
return displayPrefs;
|
||||
};
|
||||
|
||||
self.importFrom = function (instance) {
|
||||
displayPrefs = instance.getData();
|
||||
};
|
||||
|
||||
self.set = function (name, value, enableOnServer) {
|
||||
|
||||
var userId = currentUserId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue