f585b71a6615b7e4c958482866d365d45e181416
[platform/framework/web/web-ui-fw.git] / libs / patch / jqm-1.1.0 / 0013-JQM-remove-filter-Placeholder-of-listview.patch
1 From 731daf9729c9163dd0db78d72acc0c21ff334ca8 Mon Sep 17 00:00:00 2001
2 From: Minkyu Kang <mk7.kang@samsung.com>
3 Date: Mon, 20 Aug 2012 15:48:11 +0900
4 Subject: [PATCH] JQM: remove filter Placeholder of listview
5
6 Change-Id: I03d5e62e33d3e1fe7455e9b30d2cc479c092503f
7 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
8 ---
9  .../js/jquery.mobile.listview.filter.js            |    2 +-
10  1 file changed, 1 insertion(+), 1 deletion(-)
11
12 diff --git a/libs/js/jquery-mobile-1.1.0/js/jquery.mobile.listview.filter.js b/libs/js/jquery-mobile-1.1.0/js/jquery.mobile.listview.filter.js
13 index a2420d8..929b221 100644
14 --- a/libs/js/jquery-mobile-1.1.0/js/jquery.mobile.listview.filter.js
15 +++ b/libs/js/jquery-mobile-1.1.0/js/jquery.mobile.listview.filter.js
16 @@ -9,7 +9,7 @@ define( [ "jquery", "./jquery.mobile.listview", "./jquery.mobile.forms.textinput
17  (function( $, undefined ) {
18  
19  $.mobile.listview.prototype.options.filter = false;
20 -$.mobile.listview.prototype.options.filterPlaceholder = "Filter items...";
21 +$.mobile.listview.prototype.options.filterPlaceholder = "";
22  $.mobile.listview.prototype.options.filterTheme = "c";
23  $.mobile.listview.prototype.options.filterCallback = function( text, searchValue ){
24         return text.toLowerCase().indexOf( searchValue ) === -1;
25 -- 
26 1.7.9.5
27