summaryrefslogtreecommitdiffstats
path: root/assets/js/community.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--assets/js/community.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/js/community.js b/assets/js/community.js
index 2e7a1f6d..5bc1ee2e 100644
--- a/assets/js/community.js
+++ b/assets/js/community.js
@@ -6,7 +6,7 @@ String.prototype.supplant = function (o) {
var r = o[b];
return typeof r === 'string' || typeof r === 'number' ? r : a;
});
-}
+};
function hide_youtube_replies(event) {
var target = event.target;
@@ -93,12 +93,12 @@ function get_youtube_replies(target, load_more) {
body.innerHTML = fallback;
}
}
- }
+ };
xhr.ontimeout = function () {
console.log('Pulling comments failed.');
body.innerHTML = fallback;
- }
+ };
xhr.send();
}