mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 08:55:46 +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:
@@ -150,6 +150,10 @@ var Storage = Module("Storage", {
|
||||
|
||||
init: function () {
|
||||
this.cleanup();
|
||||
|
||||
if (services.bootstrap && !services.bootstrap.session)
|
||||
services.bootstrap.session = {};
|
||||
this.session = services.bootstrap ? services.bootstrap.session : {};
|
||||
},
|
||||
|
||||
cleanup: function () {
|
||||
|
||||
Reference in New Issue
Block a user