]> _ Git - fluidbook-html5.git/commitdiff
wip #1442 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Oct 2017 10:09:52 +0000 (12:09 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Oct 2017 10:09:52 +0000 (12:09 +0200)
js/libs/fluidbook/fluidbook.nav.js

index 224e26e32924bef44d485c0df4b26f4abcef9554..aa5840cc6fbf25354fb76e09be42ee9a052eed8e 100644 (file)
@@ -645,7 +645,7 @@ FluidbookNav.prototype = {
     getSearch: function () {
         var $this = this;
         var res = '<form action="#" id="searchForm" method="post">';
-        res += '<input type="text" id="q" name="q" type="search" value="" placeholder="' + this.fluidbook.l10n.__('search') + '" autocorrect="off" autocomplete="off" autocapitalize="off" />';
+        res += '<input id="q" name="q" type="search" value="" placeholder="' + this.fluidbook.l10n.__('search') + '" autocorrect="off" autocomplete="off" autocapitalize="off" />';
         res += this.getLink('nav-search', '#', 'submitSearch');
         res += '</form>';
         res += '<div id="menuSearchHints" class="mm-nopanel"></div>';