1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 00:22:27 +01: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,7 +262,8 @@ var Buffer = Module("Buffer", {
*/
get pageURI() {
let uri = this.uri;
uri.ref = "";
if (!uri.ref.startsWith("!"))
uri.ref = "";
return uri;
},