HEX
Server: Apache
System: Linux web2213.uni5.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64
User: clinicamaciel (596848)
PHP: 7.3.33
Disabled: apache_child_terminate,c99_buff_prepare,c99_sess_put,dl,eval,exec,leak,link,myshellexec,openlog,passthru,pclose,pcntl_exec,php_check_syntax,php_strip_whitespace,popen,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,show_source,symlink,system,socket_listen,socket_create_listen,putenv
Upload Files
File: /home/clinicamaciel/www/wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js
(function ( $ ) {
	'use strict';

	$( '#vc_vendor_qtranslate_langs_front' ).on( 'change', function () {
		vc.closeActivePanel();
		$( '#vc_logo' ).addClass( 'vc_ui-wp-spinner' );
		window.location.href = $( this ).val();
	} );

	vc.ShortcodesBuilder.prototype.getContent = function () {
		var output, $postContent, lang, content;

		$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, lang, content;

		$titleContent = $( '#vc_vendor_qtranslate_posttitle' );
		lang = $titleContent.attr( 'data-lang' );
		content = $titleContent.val();

		return qtrans_integrate( lang, vc.title, content );
	};
})( window.jQuery );