| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/public_html/websites/rishh/XStore Theme/xstore/framework/assets/js/ |
| Current File : //home/udaipurk/public_html/websites/rishh/XStore Theme/xstore/framework/assets/js/admin-vc.js |
jQuery(document).ready(function ($) {
$(document).ready(function () {
setTimeout(function () {
$('.et-tab-label.vc_tta-section-append').removeClass('vc_tta-section-append').addClass('et-tab-append');
}, 1000);
});
$(document).on('click', '#et_tabs', function (event) {
setTimeout(function () {
$('.et-tab-label.vc_tta-section-append').removeClass('vc_tta-section-append').addClass('et-tab-append');
}, 1000);
});
$(document).on('click', '.et-tab-label.et-tab-append', function (event) {
if (typeof vc == 'undefined') return;
var newTabTitle = 'Tab',
params,
shortcode,
modelId = $(this).parents('.wpb_et_tabs').data('model-id'),
prepend = false;
params = {
shortcode: "et_tab",
params: {
title: newTabTitle
},
parent_id: modelId,
order: _.isBoolean(prepend) && prepend ? vc.add_element_block_view.getFirstPositionIndex() : vc.shortcodes.getNextOrder(),
prepend: prepend
}
shortcode = vc.shortcodes.create(params);
});
});