syntax fix

This commit is contained in:
Phuntsok Drak-pa 2019-08-25 01:35:42 +02:00
parent 92e6fbd67a
commit 096c4c5b89
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ window.onload = function() {
$table.before('<div class="largetable"></div>');
$table.prependTo($table.prev());
});
}
};