Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
commit
09b11a00a6
|
@ -315,7 +315,6 @@ define([
|
|||
versionHash: getVersion()
|
||||
});
|
||||
});
|
||||
Messages.snapshots_ooPickVersion = "You must select a version before creating a snapshot"; // XXX
|
||||
$(snapshot).click(function () {
|
||||
if (cpIndex === -1 && msgIndex === -1) { return void UI.warn(Messages.snapshots_ooPickVersion); }
|
||||
var input = h('input', {
|
||||
|
|
Loading…
Reference in New Issue