diff --git a/.gitignore b/.gitignore index 0282dc21..52c3ea14 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ -*.name -.idea/encodings.xml -*.iml -.idea/misc.xml -*.xml +*.sh +test.* +.playwright-mcp node_modules yarn.lock -package-lock.json diff --git a/assets/js/template.js b/assets/js/template.js index 12ef4b58..d911e626 100644 --- a/assets/js/template.js +++ b/assets/js/template.js @@ -1,7 +1,7 @@ window._config = { isDebug: location.hash.slice(1) === 'is-debug' || ['localhost', '127.0.0.1', 'dev.bootstrap-table.com'].includes(location.hostname), - cdnUrl: 'https://cdn.jsdelivr.net/npm/bootstrap-table@1.27.1/dist/', + cdnUrl: 'https://cdn.jsdelivr.net/npm/bootstrap-table@1.27.2/dist/', localUrl: '../bootstrap-table/src/', testUrl: '/src/' } diff --git a/crud/index.html b/crud/index.html index 3d4f4ea1..9dbe3ec6 100644 --- a/crud/index.html +++ b/crud/index.html @@ -5,7 +5,7 @@ - +