? 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/plugins/system/jat3/jat3/base-themes/default/js/menu/
File Upload :
Current File : /home/admin/public_html/old/happy2/plugins/system/jat3/jat3/base-themes/default/js/menu/split.js

/**
 * ------------------------------------------------------------------------
 * JA T3v2 System Plugin for J25 & J31
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */

window.addEvent ('domready', function() {
    if (!$('ja-subnav') || !$('ja-subnav').getElement('ul')) return;
    var sfEls = $('ja-subnav').getElement('ul').getChildren();
    sfEls.each (function(li){
        li.addEvent('mouseenter', function(e) {
            clearTimeout(this.timer);
            if(this.className.indexOf(" hover") == -1)
                this.className+=" hover";
        });
        li.addEvent('mouseleave', function(e) {
            //this.className=this.className.replace(new RegExp(" hover\\b"), "");
            this.timer = setTimeout(jasdl_sub_mouseOut.bind(this), 100);
        });
    });
});

function jasdl_sub_mouseOut () {
    this.className=this.className.replace(new RegExp(" hover\\b"), "");
}

T1KUS90T
  root-grov@210.1.60.28:~$