1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 16:27:59 +01:00

fixed :dl command

This commit is contained in:
Martin Stubenschrott
2007-05-04 22:48:13 +00:00
parent c6d67fe8fe
commit 2754fdc37a
4 changed files with 6 additions and 2 deletions

View File

@@ -409,6 +409,8 @@ function get_search_completions(filter)/*{{{*/
function get_history_completions(filter)/*{{{*/
{
var history = document.getElementById("hiddenHistoryTree");
if (!history)
return [];
// build our history cache
if (history_loaded == false)