From 82a5056b04c406cc28ddec88c69aa032bb27bfad Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Wed, 2 Sep 2015 15:23:46 -0400
Subject: [PATCH] Lots of polish added, going very smoothly.

---
 themes/bootstrap3/js/common.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/themes/bootstrap3/js/common.js b/themes/bootstrap3/js/common.js
index f3bceae2d36..2979d26f943 100644
--- a/themes/bootstrap3/js/common.js
+++ b/themes/bootstrap3/js/common.js
@@ -355,6 +355,7 @@ $(document).ready(function() {
   $('.autocomplete').each(function (i, element) {
     var op = $(element).autocomplete({
       maxResults: 10,
+      loadingString: vufindString['loading']+'...',
       handler: function(query, cb) {
         var searcher = extractClassParams(element);
         $.fn.autocomplete.ajax({
-- 
GitLab