Separate UI elements from cryptpad-common
This commit is contained in:
@@ -95,7 +95,7 @@ define([
|
||||
if (data.error) {
|
||||
Cryptpad.warn(data.error);
|
||||
} else {
|
||||
Cryptpad.log(data.response);
|
||||
UI.log(data.response);
|
||||
}
|
||||
});*/
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user