mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
New support: fix type error
This commit is contained in:
parent
0cc8766be1
commit
6a3bc3ce26
@ -555,7 +555,7 @@ define([
|
||||
if (!err) { UI.log(Messages.genericCopySuccess); }
|
||||
});
|
||||
};
|
||||
APP.$copyData.show();
|
||||
if (APP.$copyData) { APP.$copyData.show(); }
|
||||
};
|
||||
|
||||
var createLeftside = function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user