diff --git a/common/content/mappings.js b/common/content/mappings.js index 4b0d53e6..9b00ebd8 100644 --- a/common/content/mappings.js +++ b/common/content/mappings.js @@ -82,7 +82,7 @@ Map.prototype = { * @param {string} name The name to query. * @returns {boolean} */ - hasName: function (name) this.names.indexOf(name) >= 0, + hasName: function (name) this.names.indexOf(name) >= 0 || this.names.indexOf(name.replace(//g, "$1")) >= 0, /** * Execute the action for this mapping.