Separate UI elements from cryptpad-common

This commit is contained in:
yflory
2017-11-13 10:23:18 +01:00
parent 354c63bd64
commit dc207393fd
30 changed files with 424 additions and 1840 deletions

View File

@@ -95,7 +95,7 @@ define([
if (data.error) {
Cryptpad.warn(data.error);
} else {
Cryptpad.log(data.response);
UI.log(data.response);
}
});*/
});