mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Remove XXX
This commit is contained in:
parent
14f3cff926
commit
2a4b4f736b
@ -313,7 +313,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
Block a user