mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 09:15:47 +01:00
Best to be safe.
This commit is contained in:
@@ -262,7 +262,8 @@ var Buffer = Module("Buffer", {
|
|||||||
*/
|
*/
|
||||||
get pageURI() {
|
get pageURI() {
|
||||||
let uri = this.uri;
|
let uri = this.uri;
|
||||||
uri.ref = "";
|
if (!uri.ref.startsWith("!"))
|
||||||
|
uri.ref = "";
|
||||||
return uri;
|
return uri;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user