Google

Cyb3r Drag0nz Team Shell

Server : Apache
System : Linux webd003.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : atwiofrxug (73666)
PHP Version : 8.4.10
Disable Functions : _dyuweyrj4,_dyuweyrj4r,dl
Current Directory : /home/atwiofrxug/mylittletelaviv/wp-content/plugins/knews/wysiwyg/fontpicker/
Directory Status: Writeable | Document Root: Writeable

Upload File







Viewing: /home/atwiofrxug/mylittletelaviv/wp-content/plugins/knews/wysiwyg/fontpicker/scripts.js

parent.jQuery(window).load(function() {
	parent.jQuery('div.container select', document).change(function () {
		change();
	});
	parent.jQuery('div.container input', document).keyup(function () {
		change();
	});
});

function change() {
	fsi=parseInt(parent.jQuery('#fontsize', document).val(),10);
	lh=parseInt(parent.jQuery('#lineheight', document).val(),10);

	if (lh==0) lh=Math.round(font_size[fsi][2] * 1.2);
	
	parent.jQuery('div.preview_text', document).html('<p style="font-size:' + font_size[fsi][2] + 'px; line-height:' + lh + 'px; font-family:' + parent.jQuery('#fontfamily', document).val() + '">' + demo_text + '</p>');

	parent.jQuery('div.preview_text_no_css', document).html('<font size="' + font_size[fsi][1] + '" face="' + parent.jQuery('#fontfamily', document).val() + '">' + demo_text + '</font>');

}

function select_font() {
	ff = parent.jQuery('#fontfamily', document).val();
	
	fsi=parseInt(parent.jQuery('#fontsize', document).val(),10);
	fs=font_size[fsi][1];
	ss=font_size[fsi][2];

	lh=parseInt(parent.jQuery('#lineheight', document).val(),10);

	parent.CallBackFont(ff, fs, ss, lh);
}

Cyb3r Drag0nz Team • Google Edition