From ac9f8563993abc7399b1f34aa74580cd434e496f Mon Sep 17 00:00:00 2001 From: Seungwoo Yeom Date: Fri, 22 Jul 2016 13:55:10 +0900 Subject: [PATCH] Enable setting KeepTypingMsg and lookingForMsg --- lib/ajax-chosen.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ajax-chosen.js b/lib/ajax-chosen.js index c9e3123..fda0dac 100644 --- a/lib/ajax-chosen.js +++ b/lib/ajax-chosen.js @@ -13,8 +13,8 @@ minTermLength: 3, afterTypeDelay: 500, jsonTermKey: "term", - keepTypingMsg: "Keep typing...", - lookingForMsg: "Looking for" + keepTypingMsg: settings.keepTypingMsg || "Keep typing...", + lookingForMsg: settings.loogingForMsg || "Looking for" }; select = this; chosenXhr = null;