1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-03 16:43:31 +02:00

Best to be safe.

This commit is contained in:
Kris Maglione
2014-11-16 19:20:15 -08:00
parent 2eb807d026
commit 777a43d21b

View File

@@ -262,6 +262,7 @@ var Buffer = Module("Buffer", {
*/ */
get pageURI() { get pageURI() {
let uri = this.uri; let uri = this.uri;
if (!uri.ref.startsWith("!"))
uri.ref = ""; uri.ref = "";
return uri; return uri;
}, },