diff --git a/src/main/resources/static/components/book.js b/src/main/resources/static/components/book.js index b393db0..8ecc107 100644 --- a/src/main/resources/static/components/book.js +++ b/src/main/resources/static/components/book.js @@ -1,6 +1,5 @@ function bookForm() { return { - debug: '${debug}', type: 'form', ...horizontalFormOptions(), body: [ @@ -39,7 +38,6 @@ function bookForm() { extractValue: true, max: 10, maxTagLength: 10, - maxTagCount: 5, source: '${base}/book/tags' }, { diff --git a/src/main/resources/static/components/chapter.js b/src/main/resources/static/components/chapter.js index 193f0df..42a2c01 100644 --- a/src/main/resources/static/components/chapter.js +++ b/src/main/resources/static/components/chapter.js @@ -1,6 +1,5 @@ function chapterForm() { return { - debug: '${debug}', type: 'form', ...horizontalFormOptions(), body: [ diff --git a/src/main/resources/static/components/helper.js b/src/main/resources/static/components/helper.js index 2164b9f..e2861e3 100644 --- a/src/main/resources/static/components/helper.js +++ b/src/main/resources/static/components/helper.js @@ -32,5 +32,6 @@ function paginationOption() { layout: 'total,perPage,pager', maxButtons: 5, showPageInput: false, + total: '${total}' } }