Fix PR issues.
This commit is contained in:
parent
f5311864bc
commit
ecad2e4bda
3 changed files with 5 additions and 15 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue