зеркало из https://github.com/mozilla/pjs.git
Fix 228844 - Cannot search Japanese via Bookmark Sidebar
This commit is contained in:
Родитель
4c1429424d
Коммит
1ac5e294a4
|
@ -574,7 +574,7 @@
|
|||
this.originalRef = this.tree.getAttribute("ref");
|
||||
}
|
||||
this.tree.setAttribute("ref",
|
||||
"find:datasource=rdf:bookmarks&match=http://home.netscape.com/NC-rdf#Name&method=contains&text=" + escape(aInput));
|
||||
"find:datasource=rdf:bookmarks&match=http://home.netscape.com/NC-rdf#Name&method=contains&text=" + encodeURIComponent(aInput));
|
||||
}
|
||||
]]></body>
|
||||
</method>
|
||||
|
|
Загрузка…
Ссылка в новой задаче