Origin commit
This commit is contained in:
10
inc/vendors/cmb2-plugins/cmb2-tabs/assets/js/cmb2-tabs.js
vendored
Executable file
10
inc/vendors/cmb2-plugins/cmb2-tabs/assets/js/cmb2-tabs.js
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
(function ($) {
|
||||
$(document).ready(function () {
|
||||
// init jQuery UI Tabs
|
||||
setTimeout(function () {
|
||||
$( ".dtheme-cmb2-tabs" ).tabs();
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
|
||||
jQuery.noConflict();
|
||||
Reference in New Issue
Block a user