From 096c4c5b89bf88dc7353f884ead51056a5ececee Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Sun, 25 Aug 2019 01:35:42 +0200 Subject: [PATCH] syntax fix --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 18bbf18..35eb2d7 100644 --- a/js/main.js +++ b/js/main.js @@ -29,4 +29,4 @@ window.onload = function() { $table.before('
'); $table.prependTo($table.prev()); }); -} +};