fix: add missing attr call
This commit is contained in:
parent
509479aec9
commit
8328975644
|
@ -34,6 +34,9 @@ export default class URLRewriteFilter implements ContentFilter {
|
|||
urlValue = urlJoin(requestor, urlValue);
|
||||
}
|
||||
urlValue = `${swUrl.protocol}://${swUrl.hostname}/browse/${urlValue}`;
|
||||
console.log(urlValue);
|
||||
|
||||
$(element).attr(attrName, urlValue);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue