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
61 changed files with 174 additions and 990 deletions
+1
View File
@@ -217,6 +217,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
html += "</div>";
navDrawerScrollContainer.innerHTML = html;
var btnLogout = navDrawerScrollContainer.querySelector(".btnLogout");
if (btnLogout) {