]> _ Git - fluidbook-html5.git/commitdiff
wait #8014
authorsoufiane <soufiane@cubedesigners.com>
Wed, 18 Feb 2026 12:01:23 +0000 (13:01 +0100)
committersoufiane <soufiane@cubedesigners.com>
Wed, 18 Feb 2026 12:01:23 +0000 (13:01 +0100)
js/libs/fluidbook/fluidbook.search.js

index 7b939e99f3dd92319f4cac8dd03bab187538576d..1bef2bfeba7af5d9972f93f2f3e0498eeddc6b9e 100644 (file)
@@ -162,7 +162,7 @@ FluidbookSearch.prototype = {
 
             const counterText = resultPagePosition + '/' + this.resultNavPages.length;
 
-            this.resultsNav.find('.searchResultsNavQuery').text('').text($('#q').val());
+            this.resultsNav.find('.searchResultsNavQuery').text($('#q').val());
             this.resultsNav.find('.searchResultsNavCounter').text(counterText);
             this.callNumber = 1;
         }