|
|
@ -37,7 +37,6 @@ define('persona/quickreply', ['components'], function(components) {
|
|
|
|
if (err) {
|
|
|
|
if (err) {
|
|
|
|
app.alertError(err.message);
|
|
|
|
app.alertError(err.message);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
components.get('topic/quickreply/text').val('');
|
|
|
|
components.get('topic/quickreply/text').val('');
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|