mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Found more JSON properties to change into JavaScript camelCase
This commit is contained in:
parent
b9ef8ae2c9
commit
974350ebee
45 changed files with 361 additions and 412 deletions
|
|
@ -79,7 +79,7 @@ export class AppUser extends AbstractApp {
|
|||
(currentTime > (lastTime + interval + 1000))
|
||||
&& Remote.request('Version',
|
||||
iError => (100 < iError) && location.reload(),
|
||||
{ Version: Settings.app('version') }
|
||||
{ version: Settings.app('version') }
|
||||
);
|
||||
lastTime = currentTime;
|
||||
}, interval);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue