mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Rename basefolder 'rainloop' to 'snappymail'
this prevents conflicts with original rainloop
This commit is contained in:
parent
2655f5ea00
commit
d0f686c657
962 changed files with 113 additions and 119 deletions
|
|
@ -7,7 +7,7 @@ const
|
|||
SERVER_PREFIX = './?',
|
||||
SUB_QUERY_PREFIX = '&q[]=',
|
||||
VERSION = Settings.app('version'),
|
||||
VERSION_PREFIX = Settings.app('webVersionPath') || 'rainloop/v/' + VERSION + '/',
|
||||
VERSION_PREFIX = Settings.app('webVersionPath') || 'snappymail/v/' + VERSION + '/',
|
||||
|
||||
getHash = () => Settings.get('AuthAccountHash') || '0';
|
||||
|
||||
|
|
|
|||
2
dev/prototype.js
vendored
2
dev/prototype.js
vendored
|
|
@ -43,7 +43,7 @@
|
|||
Z: {timeZone: 'UTC'}
|
||||
},
|
||||
relativeTime = {
|
||||
// see /rainloop/v/0.0.0/app/localization/relativetimeformat/
|
||||
// see /snappymail/v/0.0.0/app/localization/relativetimeformat/
|
||||
},
|
||||
pad2 = v => 10 > v ? '0' + v : v;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue