1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-28 09:35:46 +01:00

[bootstrap] Merge default.

--HG--
branch : bootstrapped
This commit is contained in:
Kris Maglione
2010-12-27 09:38:19 -05:00

View File

@@ -18,7 +18,7 @@ var Browser = Module("browser", {
dactyl.assert(url instanceof Ci.nsIURL);
while (count-- && url.path != "/")
url.path = url.path.replace(/[^\/]+\/?$/, "");
url.path = url.path.replace(/[^\/]+\/*$/, "");
dactyl.assert(url.spec != buffer.URL);
dactyl.open(url.spec);