mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:48:02 +01:00
Fix arg parser bugs. Add "Waiting..." message for incomplete completers.
This commit is contained in:
@@ -1417,6 +1417,8 @@ function ItemList(id) //{{{
|
||||
nodes.message.style.display = "none";
|
||||
if (context.message)
|
||||
{
|
||||
nodes.up.style.display = "none";
|
||||
nodes.down.style.display = "none";
|
||||
nodes.message.textContent = context.message;
|
||||
nodes.message.style.display = "block";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user