Your IP : 216.73.216.95


Current Path : /var/www/html/afc2023/wp-content/plugins/js_composer/assets/js/vendors/
Upload File :
Current File : /var/www/html/afc2023/wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js

(function ( $ ) {
	$( '#vc_vendor_qtranslatex_langs_front' ).change( function () {
		vc.closeActivePanel();
		$( '#vc_logo' ).addClass( 'vc_ui-wp-spinner' );
		window.location.href = $( this ).val();
	} );
	
	var nativeGetContent = vc.ShortcodesBuilder.prototype.getContent;
	vc.ShortcodesBuilder.prototype.getContent = function () {
		var content = nativeGetContent();
		jQuery( '#content' ).val( content );
		return content;
	};

})( window.jQuery );