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 dbf5901 commit aa3f810
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/views/admin/settings/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@
<script>
require(['form', 'ueditor'], function () {
$('#setting-form').ajaxForm({
dataType: 'json'
dataType: 'json',
success: function (ret) {
$.msg(ret);
}
});

$('textarea').each(function () {
Expand Down

0 comments on commit aa3f810

Please sign in to comment.