mirror of https://github.com/zulip/zulip.git
portico: Fix accidental console.log statement.
This commit is contained in:
parent
41dbbcf062
commit
c043d31074
|
@ -47,7 +47,6 @@ $(function () {
|
|||
$("#send_confirm").validate({
|
||||
errorElement: "div",
|
||||
errorPlacement: function (error) {
|
||||
console.log("error", error);
|
||||
$('.alert-error').empty();
|
||||
error.appendTo(".alert-error")
|
||||
.addClass("text-error");
|
||||
|
|
Loading…
Reference in New Issue