From 87c5c76bcf6f1cff65ff6f641b98eaf271e36b07 Mon Sep 17 00:00:00 2001 From: Tobias Sjondin Date: Tue, 8 Jul 2014 11:32:42 +0200 Subject: [PATCH] Rebased Change-Id: Idf094fc5f2f8cc21c99cf433d407d49cd801c86b Signed-off-by: Tobias Sjondin --- application/media/js/jquery.filterable.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/media/js/jquery.filterable.js b/application/media/js/jquery.filterable.js index deaf3474e..9153ad10e 100644 --- a/application/media/js/jquery.filterable.js +++ b/application/media/js/jquery.filterable.js @@ -415,6 +415,12 @@ }; + jQuery.filterable_settings = function ( key, value ) { + if ( settings[ key ] ) { + settings[ key ] = value; + } + } + jQuery.fn.filterable = FilterableFactory; jQuery.fn.filterable.find = function ( element ) { -- 2.11.4.GIT