Subversion Repositories oidplus

Rev

Rev 1288 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1288 Rev 1297
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
                // var sys = getSystemUrl(false);
-
 
72
                var sys = oidplus_webpath_absolute_canonical;
71
                $("#whois_url_bar")[0].innerText = getSystemUrl(false) + 'plugins/viathinksoft/publicPages/100_whois/whois/webwhois.php?query=' + encodeURIComponent(query);
73
                $("#whois_url_bar")[0].innerText = sys + 'plugins/viathinksoft/publicPages/100_whois/whois/webwhois.php?query=' + encodeURIComponent(query);
-
 
74
 
72
                $("#whois_query_bar")[0].innerText = query;
75
                $("#whois_query_bar")[0].innerText = query;
73
        }
76
        }
74
 
77
 
75
};
78
};