Files
gsf/public/assets/js/custom/documentation/forms/bootstrap-select.js
2024-08-09 17:13:40 +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()}));