1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-26 20:41:25 +02:00

Fix completion.history

This commit is contained in:
Kris Maglione
2008-11-27 13:27:30 +00:00
parent 8fc504ea28
commit 91e5af254b
+1 -1
View File
@@ -1273,7 +1273,7 @@ function Completion() //{{{
} }
}, },
history: function history(context) history: function _history(context)
{ {
context.format = history.format; context.format = history.format;
context.title = ["History"] context.title = ["History"]