Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2021-08-10 15:36:20 +0300
committerMaxence Lange <maxence@artificial-owl.com>2021-08-10 15:36:20 +0300
commit281b28396378b8493a74d4483d1d4fe8cf12900b (patch)
treef4cae79dbd8ba321d50131bccbe437437ca345bb /js/navigate.js
parent770128632ab22e23300169fa26bcd9f0a80c2b50 (diff)
parentb3738c222560cd473f54618329119d667698194e (diff)
Merge remote-tracking branch 'origin/stable21' into stable2121.0.3
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'js/navigate.js')
-rw-r--r--js/navigate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/navigate.js b/js/navigate.js
index fa6fc7f..ed3824c 100644
--- a/js/navigate.js
+++ b/js/navigate.js
@@ -133,7 +133,7 @@ Navigate.prototype = {
href: '#',
class: (icon !== undefined) ? icon : 'search_icon'
});
- aIcon.text(title);
+ aIcon.addClass('icon-fts').text(title);
var ul = $('<ul>');
// if (nav.options !== undefined) {