Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

pull/1/head
ansuz 2019-09-03 18:26:47 +02:00
commit 082f367248
1 changed files with 3 additions and 0 deletions

View File

@ -117,6 +117,9 @@ define([
common.openURL('/support/');
defaultDismiss(common, data)();
};
if (!content.archived) {
content.dismissHandler = defaultDismiss(common, data);
}
};
handlers['REQUEST_PAD_ACCESS'] = function (common, data) {