mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 20:57:58 +01:00
Fix undefined entity in about:pentadactyl. Fix about:pentadactyl for at least *some* FF36 users.
This commit is contained in:
@@ -156,6 +156,10 @@ Dactyl.prototype = {
|
|||||||
return fakeChannel(uri);
|
return fakeChannel(uri);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
try {
|
||||||
|
Dactyl.prototype.__proto__ = Cc["@dactyl.googlecode.com/base/dactyl"].getService().wrappedJSObject;
|
||||||
|
}
|
||||||
|
catch (e) {}
|
||||||
|
|
||||||
function AboutHandler() {}
|
function AboutHandler() {}
|
||||||
AboutHandler.prototype = {
|
AboutHandler.prototype = {
|
||||||
|
|||||||
Reference in New Issue
Block a user