1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

tabler build script

This commit is contained in:
codecalm
2019-09-08 23:28:44 +02:00
parent bc8a118dda
commit b7b1bb5dd7
10 changed files with 82 additions and 93 deletions

View File

@@ -192,10 +192,4 @@ Init demo
(function () {
const demo = new TablerDemo();
window.DEMO = demo;
let elem = document.getElementById('layout-manager');
if (elem) {
demo.renderManagerHtml(elem);
}
})();