Files
2024-06-12 20:31:15 +05:30

1 line
213 B
JavaScript

"use strict";var KTFormsBootstrapSelect={init:function(){document.querySelectorAll(".bootstrap-select").forEach((t=>{$(t).selectpicker()}))}};KTUtil.onDOMContentLoaded((function(){KTFormsBootstrapSelect.init()}));