mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-22 01:06:50 +02:00
feat: improve dashboard search layout
This commit is contained in:
@@ -1281,7 +1281,7 @@ angular
|
||||
new RegExp(term, "gi");
|
||||
} catch {
|
||||
// escape regex characters
|
||||
term = term.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&");
|
||||
term = term.replace(/[-[\]{}()*+?.,\\^$|#]/g, "\\$&");
|
||||
}
|
||||
if (term.trim() == "") {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user