Subversion Repositories oidplus

Rev

Rev 891 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 891 Rev 1288
Line 66... Line 66...
66
                } else {
66
                } else {
67
                        $("#whois_auth_invalid")[0].style.display = "None";
67
                        $("#whois_auth_invalid")[0].style.display = "None";
68
                }
68
                }
69
                if (auth != "") query += "$auth="+auth;
69
                if (auth != "") query += "$auth="+auth;
70
                // -------------------------------------------------------------
70
                // -------------------------------------------------------------
71
                $("#whois_url_bar")[0].innerText = getSystemUrl() + 'plugins/viathinksoft/publicPages/100_whois/whois/webwhois.php?query=' + encodeURIComponent(query);
71
                $("#whois_url_bar")[0].innerText = getSystemUrl(false) + 'plugins/viathinksoft/publicPages/100_whois/whois/webwhois.php?query=' + encodeURIComponent(query);
72
                $("#whois_query_bar")[0].innerText = query;
72
                $("#whois_query_bar")[0].innerText = query;
73
        }
73
        }
74
 
74
 
75
};
75
};