mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Remove customXXX in omr-bypass protocol list
This commit is contained in:
parent
d7c85c8cce
commit
752a713c80
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ return L.view.extend({
|
|||
name = [];
|
||||
for (var i = 0; i < proto.length; i++) {
|
||||
var m = proto[i].split(/\s+/);
|
||||
if (m && m[0] != "#id")
|
||||
if (m && m[0] != "#id" && m[1] != "disabled")
|
||||
name.push(m[2]);
|
||||
}
|
||||
for (var i = 0; i < host.length; i++) {
|
||||
|
|
Loading…
Reference in a new issue