提交 372f17d7 编写于 作者: M Mugen87

Examples: Trim search terms.

上级 2b848af1
......@@ -248,7 +248,7 @@
function updateFilter() {
var v = filterInput.value;
var v = filterInput.value.trim();
if ( v !== '' ) {
......@@ -282,7 +282,7 @@
var link = links[ file ];
var name = getName( file );
if ( file in tags ) file += tags[ file ].join( ' ' );
if ( file in tags ) file += ' ' + tags[ file ].join( ' ' );
var res = file.match( exp );
var text;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册