Update bootstrap-table

Fixes for book edit
This commit is contained in:
Ozzie Isaacs
2021-04-02 16:41:34 +02:00
parent 6e406311c3
commit 1c42c4c969
58 changed files with 144 additions and 111 deletions

View File

@ -94,6 +94,10 @@ $(function() {
editable: {
mode: "inline",
emptytext: "<span class='glyphicon glyphicon-plus'></span>",
success: function (response, __) {
if(!response.success) return response.msg;
return {newValue: response.newValue};
}
}
};
}