Origin commit
This commit is contained in:
+10
@@ -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