Add: resizable column

This commit is contained in:
Cutls
2019-09-14 02:10:02 +09:00
parent 8b1d5b3cb4
commit 6fdbf0b48e
3 changed files with 67 additions and 12 deletions

View File

@@ -525,7 +525,6 @@ function ticker() {
}).catch(function (error) {
console.error(error);
}).then(function (json) {
console.log(json)
if (json) {
localStorage.setItem("ticker", JSON.stringify(json));
}