Make fluoride librejs compatible

This commit is contained in:
r 2020-01-26 09:21:26 +00:00
parent 04934ee643
commit ea79a5f05b
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// @license magnet:?xt=urn:btih:90dc5c0be029de84e523b9b3922520e79e0e6f08&dn=cc0.txt CC0
var actionIcons = {
"like": "/static/icons/star-o.png",
"dark-like": "/static/icons/dark-star-o.png",
@ -199,3 +201,5 @@ document.addEventListener("DOMContentLoaded", function() {
replyLinks.forEach(handleReplyLink);
});
});
// @license-end