? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/happy2/templates/ja_travel/js/
File Upload :
Current File : /home/admin/public_html/old/happy2/templates/ja_travel/js/ja.more.js

//add span to first word of module title, page heading
window.addEvent ('domready', function () {
	var els = $$('div.ja-moduletable h3, h1.componentheading, div.componentheading, .ja-megamenu ul.level1 li.mega div.group-title a.mega span.menu-title');
	if (!els.length) return;
	els.each (function(el){
		 var html = el.innerHTML;
		 var text = el.get("text");
		 var pos = text.indexOf(' ');
		 if (pos!=-1) {
			text = text.substr(0,pos);
		 }
		 el.set("html", html.replace(new RegExp (text), '<span class="first-word">'+text+'</span>'));
		 
	});
});

T1KUS90T
  root-grov@210.1.60.28:~$