golden hour
/var/www/html/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs
⬆️ Go Up
Upload
File/Folder
Size
Actions
vc_accordion.js
2.13 KB
Del
OK
vc_accordion_tab.js
2.26 KB
Del
OK
vc_tab.js
2.89 KB
Del
OK
vc_tabs.js
6.57 KB
Del
OK
vc_tour.js
683 B
Del
OK
Edit: vc_tour.js
(function () { 'use strict'; window.InlineShortcodeView_vc_tour = window.InlineShortcodeView_vc_tabs.extend( { render: function () { _.bindAll( this, 'stopSorting' ); this.$tabs = this.$el.find( '> .wpb_tour' ); window.InlineShortcodeView_vc_tabs.__super__.render.call( this ); this.buildNav(); return this; }, beforeUpdate: function () { this.$tabs.find( '.wpb_tour_heading,.wpb_tour_next_prev_nav' ).remove(); vc.frame_window.vc_iframe.destroyTabs( this.$tabs ); }, updated: function () { this.$tabs.find( '.wpb_tour_next_prev_nav' ).appendTo( this.$tabs ); window.InlineShortcodeView_vc_tour.__super__.updated.call( this ); } } ); })();
Save