From bc470f05829c928f8b1c511613039338a0ed23f2 Mon Sep 17 00:00:00 2001 From: Brady Dowling Date: Wed, 14 Dec 2016 21:50:22 +0000 Subject: [PATCH] Add zentabs to whitelisted folder --- configs/client-default.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/client-default.js b/configs/client-default.js index f725957a..da2cfa25 100644 --- a/configs/client-default.js +++ b/configs/client-default.js @@ -771,7 +771,7 @@ module.exports = function(options) { packagePath: "plugins/c9.ide.collab/notifications/bubble", staticPrefix: staticPrefix + "/plugins/c9.ide.collab/notifications" }, - "plugins/c9.ide.zen/plugin", + "plugins/c9.ide.behaviors/zentabs", // Test { diff --git a/package.json b/package.json index 4333d6e1..afe04915 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "c9.ide.ace.split": "#0ae0151c78", "c9.ide.ace.statusbar": "#14a992e377", "c9.ide.ace.stripws": "#042a9936e3", - "c9.ide.behaviors": "#f2eda5d78e", + "c9.ide.behaviors": "#ac6cf62e19", "c9.ide.closeconfirmation": "#cee4674141", "c9.ide.configuration": "#a936df26bb", "c9.ide.dialog.wizard": "#7667ec79a8",