mirror of https://github.com/xwiki-labs/cryptpad
remove an XXX note that has been addressed
This commit is contained in:
parent
607deeaf24
commit
a8eb554f6d
|
@ -173,7 +173,7 @@ define([
|
|||
classes: 'btn-danger'
|
||||
}, function() {
|
||||
if (typeof(onHide) !== "function") { return; }
|
||||
onHide(hide); // XXX
|
||||
onHide(hide);
|
||||
});
|
||||
|
||||
$(answer).click(function () {
|
||||
|
|
Loading…
Reference in New Issue