diff --git a/assets/js/index.js b/assets/js/index.js index 8544b739..93458ae6 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -37,12 +37,12 @@ function loadUrl(url_) { if (window._config.themes.indexOf(window._config.theme) > -1) { template += '-' + window._config.theme } - var url = template + '.html?v=935&url=' + url_ + var url = template + '.html?v=945&url=' + url_ if (window._config.isDebug) { url = template + '.html?t=' + (+new Date()) + '&url=' + url_ } if (window._config.isViewSource) { - url = template + '.html?v=935&view-source&url=' + url_ + '#view-source' + url = template + '.html?v=945&view-source&url=' + url_ + '#view-source' } $('iframe').attr('src', url) } diff --git a/assets/js/template.js b/assets/js/template.js index 266456f5..a6118bc2 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'].indexOf(location.hostname) > -1, - cdnUrl: 'https://cdn.jsdelivr.net/npm/bootstrap-table@1.23.5/dist/', + cdnUrl: 'https://cdn.jsdelivr.net/npm/bootstrap-table@1.24.0/dist/', localUrl: '../bootstrap-table/src/', testUrl: '/src/' } diff --git a/extensions/addrbar.html b/extensions/addrbar.html index 5896904d..07535412 100644 --- a/extensions/addrbar.html +++ b/extensions/addrbar.html @@ -23,6 +23,6 @@ if (theme) { template = 'template-' + theme + '.html' } - $('#launch').attr('href', template + '?v=935&url=extensions/addrbar-page.html') + $('#launch').attr('href', template + '?v=945&url=extensions/addrbar-page.html') } diff --git a/extensions/cookie.html b/extensions/cookie.html index 180a3f26..e7e530c0 100644 --- a/extensions/cookie.html +++ b/extensions/cookie.html @@ -43,6 +43,7 @@