1
0
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:
Daniel Bainton
2009-02-23 08:18:03 +02:00
parent e459c7c867
commit 530670f1a0
3 changed files with 5 additions and 4 deletions

View File

@@ -255,7 +255,7 @@ const liberator = (function () //{{{
"Open a " + config.name + " dialog",
function (args)
{
let arg = args[0];
let arg = args[0].toLowerCase();
try
{