From 0446c2e0ead6bc00c6b1c91dfbfb90793c8eeac5 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 13 Jun 2012 17:37:57 +0000 Subject: [PATCH] No longer need to override, should be properly set now --- etemplate/js/et2_extension_nextmatch.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/etemplate/js/et2_extension_nextmatch.js b/etemplate/js/et2_extension_nextmatch.js index 1375f3b183..eb76bb7710 100644 --- a/etemplate/js/et2_extension_nextmatch.js +++ b/etemplate/js/et2_extension_nextmatch.js @@ -1364,7 +1364,6 @@ var et2_nextmatch_customfields = et2_customfields_list.extend(et2_INextmatchHead function(widget) { if(widget == self) return; widget.set_visible(_fields); - console.log(widget.id); }, this, et2_customfields_list ); } @@ -1497,12 +1496,6 @@ var et2_nextmatch_filterheader = et2_selectbox.extend(et2_INextmatchHeader, { }, - set_select_options: function(_options) { - // Tell framework to ignore, or it will reset it to ''/empty when it does loadingFinished() - this.attributes.select_options.ignore = true; - this._super.apply(this, arguments); - }, - /** * Set nextmatch is the function which has to be implemented for the * et2_INextmatchHeader interface.