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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user