10 lines
214 B
JavaScript
Raw Normal View History

2019-09-10 11:27:33 +07:00
(function ($) {
$(document).ready(function () {
// init jQuery UI Tabs
setTimeout(function () {
$( ".dtheme-cmb2-tabs" ).tabs();
});
});
})(jQuery);
jQuery.noConflict();