MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/www/india/wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js
(function ( $ ) {
	$( '#vc_vendor_qtranslate_langs_front' ).change( function () {
		vc.closeActivePanel();
		$( '#vc_logo' ).addClass( 'vc_ajax-loading' );
		window.location.href = $( this ).val();
	} );

	vc.ShortcodesBuilder.prototype.getContent = function () {
		var output,
			$postContent = $( '#vc_vendor_qtranslate_postcontent' ),
			lang = $postContent.attr( 'data-lang' ),
			content = $postContent.val();
		vc.shortcodes.sort();
		output = this.modelsToString( vc.shortcodes.where( { parent_id: false } ) );
		return qtrans_integrate( lang, output, content );
	};
	vc.ShortcodesBuilder.prototype.getTitle = function () {
		var $titleContent = $( '#vc_vendor_qtranslate_posttitle' ),
			lang = $titleContent.attr( 'data-lang' ),
			content = $titleContent.val();
		return qtrans_integrate( lang, vc.title, content );
	};
})( window.jQuery );