HEX
Server: Apache
System: Linux webm005.cluster121.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: adventp (418412)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/adventp/www/wp-content/plugins/js_composer/assets/js/frontend_editor/custom_views.js
/* =========================================================
 * custom_views.js v2.0
 * =========================================================
 * Copyright 2013 Wpbakery
 *
 * WPBakery Page Builder ViewModel objects for shortcodes with custom
 * functionality.
 * ========================================================= */

(function ( $ ) {
	'use strict';

	if ( _.isUndefined( window.vc ) ) {
		window.vc = {};
	}
	vc.addTemplateFilter( function ( str ) {
		var random_id = VCS4() + '-' + VCS4();

		return str.replace( /tab\_id\=\"([^\"]+)\"/g, 'tab_id="$1' + random_id + '"' );
	} );
})( window.jQuery );