Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
This commit is contained in:
commit
082f367248
@ -117,6 +117,9 @@ define([
|
|||||||
common.openURL('/support/');
|
common.openURL('/support/');
|
||||||
defaultDismiss(common, data)();
|
defaultDismiss(common, data)();
|
||||||
};
|
};
|
||||||
|
if (!content.archived) {
|
||||||
|
content.dismissHandler = defaultDismiss(common, data);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
handlers['REQUEST_PAD_ACCESS'] = function (common, data) {
|
handlers['REQUEST_PAD_ACCESS'] = function (common, data) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user