Skip to content

Commit

Permalink
补上缺少的提示
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Feb 7, 2018
1 parent 8dd600c commit ea6db93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/views/admin/voteSettings/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
dataType: 'json',
beforeSubmit: function (arr, $form, options) {
return $form.valid();
},
success: function (ret) {
$.msg(ret);
}
})
.validate();
Expand Down

0 comments on commit ea6db93

Please sign in to comment.