From faef34687805dd90a42e8c255340ff76c6516cf7 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 1 Nov 2014 12:52:02 -0400 Subject: [PATCH] this address 3 in #28 --- src/js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/popup.js b/src/js/popup.js index 82afa7c..6dc5a41 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -946,7 +946,7 @@ function initMenuEnvironment() { var cell, key, text; while ( i-- ) { key = keys[i]; - cell = uDom('#matHead .matCell[data-filter-type="'+ key +'"]'); + cell = uDom('#matHead .matCell[data-req-type="'+ key +'"]'); text = chrome.i18n.getMessage(key + 'PrettyName'); cell.text(text); prettyNames[key] = text;