Extension shouldn't be enabled in pb mode as it's currently not working in many places. Fixes #756

This commit is contained in:
Jonathan Kingston
2017-08-23 15:23:49 +01:00
parent 29f078d2c9
commit 70573d0559
3 changed files with 29 additions and 18 deletions
+1 -1
View File
@@ -451,7 +451,7 @@ Logic.registerPanel(P_CONTAINERS_LIST, {
panelSelector: "#container-panel",
// This method is called when the object is registered.
initialize() {
async initialize() {
Logic.addEnterHandler(document.querySelector("#container-add-link"), () => {
Logic.showPanel(P_CONTAINER_EDIT, { name: Logic.generateIdentityName() });
});