mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-28 20:39:59 +00:00
Merge branch 'master' of https://github.com/janeczku/calibre-web
This commit is contained in:
commit
8930426f2a
@ -69,7 +69,7 @@ $("#archived_cb").on("change", function() {
|
|||||||
templates.remove({
|
templates.remove({
|
||||||
add: this.href,
|
add: this.href,
|
||||||
remove: $this.data("remove-href"),
|
remove: $this.data("remove-href"),
|
||||||
content: this.textContent
|
content: $("<div>").text(this.textContent).html()
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
@ -78,7 +78,7 @@ $("#archived_cb").on("change", function() {
|
|||||||
templates.add({
|
templates.add({
|
||||||
add: $this.data("add-href"),
|
add: $this.data("add-href"),
|
||||||
remove: this.href,
|
remove: this.href,
|
||||||
content: this.textContent
|
content: $("<div>").text(this.textContent).html(),
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user