1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 13:11:26 +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
+1
View File
@@ -262,6 +262,7 @@ var Buffer = Module("Buffer", {
*/
get pageURI() {
let uri = this.uri;
if (!uri.ref.startsWith("!"))
uri.ref = "";
return uri;
},