1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 15:57:58 +01:00

Actually fix history bug.

This commit is contained in:
Kris Maglione
2011-02-17 07:18:25 -05:00
parent 380922ebcc
commit e17b99c9c6

View File

@@ -805,6 +805,7 @@ var JavaScript = Module("javascript", {
this.completions.cleanup();
this.history.save();
this.history.reset();
this.updatePrompt();
modules.mow.resize();