|
Modified: jquery/jquery.extlink.js =================================================================== --- jquery/jquery.extlink.js 2008-08-28 17:35:18 UTC (rev 41) +++ jquery/jquery.extlink.js 2008-10-25 08:09:54 UTC (rev 42) @@ -16,7 +16,7 @@ prefix = ""; var site = String(document.location) .replace(/^(https?:\/\/[^:\/]+).*$/, "$1") - .replace(/^((site)?(file:\/\/.+\/))[^\/]+$/, "$3") + .replace(/^((site)?file:\/\/.+\/)[^\/]+$/, "$1") .replace(/(\\.)/g, "\\$1"); $("a", this).filter(function (i) { var href = $(this).attr("href");