From 834dbe886ba03b6ca9c7ba3c37e087d27c85ac5c Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 4 Dec 2013 19:52:51 +0000 Subject: [PATCH] Automatically bound change handler returns true to play nice with other change handlers that might be bound. --- etemplate/js/et2_extension_nextmatch.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etemplate/js/et2_extension_nextmatch.js b/etemplate/js/et2_extension_nextmatch.js index db291ecc23..5f2eadaafb 100644 --- a/etemplate/js/et2_extension_nextmatch.js +++ b/etemplate/js/et2_extension_nextmatch.js @@ -1937,6 +1937,8 @@ var et2_nextmatch_header_bar = et2_DOMWidget.extend(et2_INextmatchHeader, // Filter now header.nextmatch.applyFilters(value[header.nextmatch.id]); } + // In case this gets bound twice, it's important to return + return true; }; // Set activeFilters to current value