diff --git a/index.html b/index.html index a85119d..3597370 100644 --- a/index.html +++ b/index.html @@ -561,8 +561,7 @@ CONFIG.categories .map(category => category.commands) .forEach(commands => commands.forEach(command => { - let done = callback(command); - if (done) return; + if (callback(command)) return; })); }