mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 01:29:54 -06:00
GUI search: minor code refactoring
This commit is contained in:
@@ -77,7 +77,7 @@ function setupGUIsearch() {
|
||||
}
|
||||
});
|
||||
}
|
||||
if (browserName !== "Chrome" && browserName !== "Edge") {
|
||||
if (browserName != "Chrome" && browserName != "Edge") {
|
||||
var hashTag = window.location.hash.substr(1).replace("%20"," ").replace("%2d","-");
|
||||
if (hashTag.length) {
|
||||
$("body").mark(hashTag,{"accuracy": {"value": "exactly","limiters": [".",":","?"]},"separateWordSearch": false});
|
||||
|
||||
Reference in New Issue
Block a user