summaryrefslogtreecommitdiffstats
path: root/assets/js/community.js
diff options
context:
space:
mode:
authormeow <woem>2022-04-20 11:38:24 +0300
committermeow <woem>2022-04-25 10:12:16 +0300
commiteb7e48b05999b29670a2de80e6f53bd8b4fd8d15 (patch)
tree67caa71a54d013b96975760bf3d9813bfba5351c /assets/js/community.js
parent2ea986326d1a64c294025b79088032f3c77e8320 (diff)
downloadinvidious-eb7e48b05999b29670a2de80e6f53bd8b4fd8d15.tar.gz
invidious-eb7e48b05999b29670a2de80e6f53bd8b4fd8d15.tar.bz2
invidious-eb7e48b05999b29670a2de80e6f53bd8b4fd8d15.zip
use strict
Diffstat (limited to 'assets/js/community.js')
-rw-r--r--assets/js/community.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/js/community.js b/assets/js/community.js
index 4077f1cd..2e7a1f6d 100644
--- a/assets/js/community.js
+++ b/assets/js/community.js
@@ -1,3 +1,4 @@
+'use strict';
var community_data = JSON.parse(document.getElementById('community_data').innerHTML);
String.prototype.supplant = function (o) {