mirror of https://github.com/calzoneman/sync.git
Fix #187
This commit is contained in:
parent
b61591b5fb
commit
e0463fe6a3
|
@ -208,6 +208,7 @@ Channel.prototype.loadDump = function() {
|
|||
else {
|
||||
var filt = new Filter(f.name, f.source, f.flags, f.replace);
|
||||
filt.active = f.active;
|
||||
filt.filterlinks = f.filterlinks;
|
||||
this.updateFilter(filt);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue