From fba6e2a785c951d491093d57f5a40f108b9870f4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 10 Jul 2019 21:06:40 +0200 Subject: [PATCH] this.initFormControls() fix --- js/demo.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/demo.js b/js/demo.js index 17748dc10..301ec3d10 100644 --- a/js/demo.js +++ b/js/demo.js @@ -3,7 +3,6 @@ class TablerDemo { constructor() { this.init(); - this.initFormControls(); this.form = document.querySelector('.js-layout-form'); @@ -20,6 +19,8 @@ class TablerDemo { }); } } + + this.initFormControls(); }; init() {