mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 23:24:12 +01:00
case-insensitivity for :sidebar and :dialog
This commit is contained in:
@@ -255,7 +255,7 @@ const liberator = (function () //{{{
|
||||
"Open a " + config.name + " dialog",
|
||||
function (args)
|
||||
{
|
||||
let arg = args[0];
|
||||
let arg = args[0].toLowerCase();
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user