tot - Check-in [44]
Not logged in
[Browse]  [Home]  [Login]  [Reports]  [Search]  [Timeline
  [Patchset
Check-in Number: 44
Date: 2008-Nov-17 09:12:14 (local)
2008-Nov-17 08:12:14 (UTC)
User:rse
Branch:
Comment: fix name
Tickets:
Inspections:
Files:
jquery/jquery.extlink.js      43 -> 44
Modified: jquery/jquery.extlink.js
===================================================================
--- jquery/jquery.extlink.js	2008-10-25 08:20:46 UTC (rev 43)
+++ jquery/jquery.extlink.js	2008-11-17 08:12:14 UTC (rev 44)
@@ -30,7 +30,7 @@
                 return (
                        href.match(RegExp(
                            "^(" + url_prefix + ".*" +
-                           (hostname != "" ? ("|" + "(https?|ftp)://" + host_name + "([/:].*)?") : "") +
+                           (host_name != "" ? ("|" + "(https?|ftp)://" + host_name + "([/:].*)?") : "") +
                            "|" + "((https?|ftp):)?/[^/].*" +
                            ")$"
                        )) == null