diff --git a/content/javascripts/manager.js b/content/javascripts/manager.js index 3fdca0b..9c8a923 100644 --- a/content/javascripts/manager.js +++ b/content/javascripts/manager.js @@ -126,7 +126,7 @@ function ShortcutMapper() { }; this._appNameToHash = function(name) { - return name.replace(" ", ""); + return name.replace(/ /g, ""); }; this.selectApplication = function(name) {