Fix PR issues.

This commit is contained in:
Ian Walton 2020-09-22 07:34:46 -04:00
parent f5311864bc
commit ecad2e4bda
3 changed files with 5 additions and 15 deletions

View file

@ -911,12 +911,6 @@ import 'flexStyles';
}
}
function ensureHeader() {
return new Promise(function (resolve) {
window.connectionManager.user(getCurrentApiClient()).then(updateUserInHeader).then(resolve);
});
}
let currentPageType;
pageClassOn('pagebeforeshow', 'page', function (e) {
if (!this.classList.contains('withTabs')) {