diff options
| author | meow <woem> | 2022-04-20 11:38:24 +0300 |
|---|---|---|
| committer | meow <woem> | 2022-04-25 10:12:16 +0300 |
| commit | eb7e48b05999b29670a2de80e6f53bd8b4fd8d15 (patch) | |
| tree | 67caa71a54d013b96975760bf3d9813bfba5351c /assets/js/community.js | |
| parent | 2ea986326d1a64c294025b79088032f3c77e8320 (diff) | |
| download | invidious-eb7e48b05999b29670a2de80e6f53bd8b4fd8d15.tar.gz invidious-eb7e48b05999b29670a2de80e6f53bd8b4fd8d15.tar.bz2 invidious-eb7e48b05999b29670a2de80e6f53bd8b4fd8d15.zip | |
use strict
Diffstat (limited to '')
| -rw-r--r-- | assets/js/community.js | 1 |
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) { |
