mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
Small fixes
This commit is contained in:
parent
0c38f42197
commit
cdfe5fb232
2 changed files with 2 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -75,4 +75,4 @@ gpg:
|
||||||
docker run -it --rm -w=/var/www \
|
docker run -it --rm -w=/var/www \
|
||||||
-v $(shell pwd)/.docker/.cache/.gnupg:/root/.gnupg \
|
-v $(shell pwd)/.docker/.cache/.gnupg:/root/.gnupg \
|
||||||
-v $(shell pwd):/var/www \
|
-v $(shell pwd):/var/www \
|
||||||
ubuntu:latest bash
|
ubuntu:16.04 bash
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import _ from '_';
|
import _ from '_';
|
||||||
import { settingsSaveHelperSimpleFunction, trim, boolToAjax } from 'Common/Utils';
|
import { settingsSaveHelperSimpleFunction, trim } from 'Common/Utils';
|
||||||
import { Magics } from 'Common/Enums';
|
import { Magics } from 'Common/Enums';
|
||||||
|
|
||||||
import Remote from 'Remote/Admin/Ajax';
|
import Remote from 'Remote/Admin/Ajax';
|
||||||
|
@ -89,7 +89,6 @@ class BrandingPremAdminSettings extends BrandingAdminSettings {
|
||||||
'WelcomePageDisplay': trim(value)
|
'WelcomePageDisplay': trim(value)
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
}, Magics.Time50ms);
|
}, Magics.Time50ms);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue