diff --git a/js/compact-boardlist.js b/js/compact-boardlist.js
index a6a72aec..47fdf5ac 100644
--- a/js/compact-boardlist.js
+++ b/js/compact-boardlist.js
@@ -27,7 +27,7 @@ if (device_type == 'desktop') {
}
else if (item.name.match(/^fa_/)) {
var icon = item.name.replace(/^fa_/, '')
- $('')
+ $('')
.appendTo(topbl)
}
else {
@@ -47,7 +47,7 @@ if (device_type == 'desktop') {
tag = $(""+board.name+"/"+board.uri+"/")
}
else {
- tag = $(""+board.uri+"")
+ tag = $(""+board.uri+"")
}
tag
.addClass("cb-menuitem")
diff --git a/js/watch.js b/js/watch.js
index 425bbe8f..734db040 100644
--- a/js/watch.js
+++ b/js/watch.js
@@ -84,7 +84,7 @@ $(function(){
var newposts = "(0)";
if (status && status[board] && status[board].threads && status[board].threads[tid]) {
if (status[board].threads[tid] == -404) {
- newposts = "";
+ newposts = "";
}
else {
newposts = "("+status[board].threads[tid]+")";
@@ -97,7 +97,7 @@ $(function(){
tag.find(".watch-remove").mouseenter(function() {
this.oldval = $(this).html();
$(this).css("min-width", $(this).width());
- $(this).html("");
+ $(this).html("");
})
.mouseleave(function() {
$(this).html(this.oldval);
@@ -105,7 +105,7 @@ $(function(){
}
else if (variant == 'mobile') {
tag = $("#"+tid+""+newposts+""
- +"");
+ +"");
}
tag.attr('data-thread', tid)