diff --git a/core/src/plugins/access.inbox/.gitignore b/core/src/plugins/access.inbox/.gitignore new file mode 100644 index 0000000000..4ccebd416c --- /dev/null +++ b/core/src/plugins/access.inbox/.gitignore @@ -0,0 +1 @@ +res/build/* diff --git a/core/src/plugins/access.inbox/res/react/model/ShareNotificationList.js b/core/src/plugins/access.inbox/res/react/model/ShareNotificationList.js index f3ea8fa37f..de45e0ed51 100644 --- a/core/src/plugins/access.inbox/res/react/model/ShareNotificationList.js +++ b/core/src/plugins/access.inbox/res/react/model/ShareNotificationList.js @@ -14,7 +14,7 @@ this._pydio = pydio; this.options = options || {}; - //this.load(); + this.load(); this._pydio.observe("repository_list_refreshed", function() { this.load();