????

Your IP : 3.142.36.215


Current Path : /home2/morganrand/.trash/js_composer.1/assets/js/vendors/
Upload File :
Current File : /home2/morganrand/.trash/js_composer.1/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 );