Merge branch 'dev' into fix-inconsistent-back-button

This commit is contained in:
Joshua M. Boniface 2019-01-20 00:15:51 -05:00 committed by GitHub
commit 88c1b112e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
61 changed files with 174 additions and 990 deletions

View file

@ -217,6 +217,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
html += "</div>";
navDrawerScrollContainer.innerHTML = html;
var btnLogout = navDrawerScrollContainer.querySelector(".btnLogout");
if (btnLogout) {