From 8105b93f80c5ce35ac5fb26a8323104dba3e54b5 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 24 Mar 2016 19:05:26 +0000 Subject: [PATCH] Fix cat_is_select setting was not used --- api/js/etemplate/et2_extension_nextmatch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/js/etemplate/et2_extension_nextmatch.js b/api/js/etemplate/et2_extension_nextmatch.js index aabd72525c..490730f109 100644 --- a/api/js/etemplate/et2_extension_nextmatch.js +++ b/api/js/etemplate/et2_extension_nextmatch.js @@ -2360,7 +2360,7 @@ var et2_nextmatch_header_bar = (function(){ "use strict"; return et2_DOMWidget.e // Add category if(!settings.no_cat) { if (typeof settings.cat_id_label == 'undefined') settings.cat_id_label = ''; - this.category = this._build_select('cat_id', 'select-cat', settings.cat_id, settings.cat_is_select !== true); + this.category = this._build_select('cat_id', settings.cat_is_select ? 'select' : 'select-cat', settings.cat_id, settings.cat_is_select !== true); } // Filter 1