Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RainLoop committed Jul 11, 2019
1 parent 0c38f42 commit cdfe5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ gpg:
docker run -it --rm -w=/var/www \
-v $(shell pwd)/.docker/.cache/.gnupg:/root/.gnupg \
-v $(shell pwd):/var/www \
ubuntu:latest bash
ubuntu:16.04 bash
3 changes: 1 addition & 2 deletions dev/Settings/Admin/Prem/Branding.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _ from '_';
import { settingsSaveHelperSimpleFunction, trim, boolToAjax } from 'Common/Utils';
import { settingsSaveHelperSimpleFunction, trim } from 'Common/Utils';
import { Magics } from 'Common/Enums';

import Remote from 'Remote/Admin/Ajax';
Expand Down Expand Up @@ -89,7 +89,6 @@ class BrandingPremAdminSettings extends BrandingAdminSettings {
'WelcomePageDisplay': trim(value)
});
});

}, Magics.Time50ms);
}
}
Expand Down

0 comments on commit cdfe5fb

Please sign in to comment.