update components
This commit is contained in:
parent
7dbb1f7535
commit
b447272b19
26 changed files with 478 additions and 107 deletions
|
@ -62,6 +62,15 @@ define(['appSettings', 'apiClientResolver', 'events'], function (appsettings, ap
|
|||
return self.get('language');
|
||||
};
|
||||
|
||||
self.skipLength = function (val) {
|
||||
|
||||
if (val != null) {
|
||||
self.set('skipLength', val.toString());
|
||||
}
|
||||
|
||||
return parseInt(self.get('skipLength') || '15000');
|
||||
};
|
||||
|
||||
self.serverConfig = function (config) {
|
||||
|
||||
if (config) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue