Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit cdfe5fb

Browse files
committed
Small fixes
1 parent 0c38f42 commit cdfe5fb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ gpg:
7575
docker run -it --rm -w=/var/www \
7676
-v $(shell pwd)/.docker/.cache/.gnupg:/root/.gnupg \
7777
-v $(shell pwd):/var/www \
78-
ubuntu:latest bash
78+
ubuntu:16.04 bash

dev/Settings/Admin/Prem/Branding.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import _ from '_';
2-
import { settingsSaveHelperSimpleFunction, trim, boolToAjax } from 'Common/Utils';
2+
import { settingsSaveHelperSimpleFunction, trim } from 'Common/Utils';
33
import { Magics } from 'Common/Enums';
44

55
import Remote from 'Remote/Admin/Ajax';
@@ -89,7 +89,6 @@ class BrandingPremAdminSettings extends BrandingAdminSettings {
8989
'WelcomePageDisplay': trim(value)
9090
});
9191
});
92-
9392
}, Magics.Time50ms);
9493
}
9594
}

0 commit comments

Comments
 (0)