mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 01:35:47 +01:00
Deal with sites with finicky input handling. Add some docs. Fix :reh|foo / :rehash +args. Closes issue #551.
This commit is contained in:
@@ -1652,7 +1652,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
|
||||
* re-enabling it.
|
||||
*/
|
||||
rehash: function (args) {
|
||||
JSMLoader.commandlineArgs = args;
|
||||
storage.session.commandlineArgs = args;
|
||||
this.timeout(function () {
|
||||
services.observer.notifyObservers(null, "startupcache-invalidate", "");
|
||||
this.rehashing = true;
|
||||
|
||||
Reference in New Issue
Block a user