From 4daf47bb5fcf8e618ad7860e155acc8a352b780d Mon Sep 17 00:00:00 2001 From: Cutls Date: Thu, 27 Jun 2019 21:57:16 +0900 Subject: [PATCH] TheDesk Usamin (18.6.5) --- app/js/ui/layout.js | 2 ++ app/package.json | 2 +- app/view/en/index.html | 30 +++++++++--------------------- app/view/en/setting.html | 2 -- app/view/ja/index.html | 30 +++++++++--------------------- app/view/ja/setting.html | 2 -- app/view/make/index.sample.html | 28 ++++++++-------------------- app/view/make/make.js | 2 +- app/view/ps/index.html | 30 +++++++++--------------------- app/view/ps/setting.html | 2 -- 10 files changed, 39 insertions(+), 91 deletions(-) diff --git a/app/js/ui/layout.js b/app/js/ui/layout.js index f23d7427..2acf871a 100644 --- a/app/js/ui/layout.js +++ b/app/js/ui/layout.js @@ -383,6 +383,8 @@ function removeColumn(tlid) { parseColumn() sortLoad() } + $("#sort-box").removeClass("hide"); + $("#sort-box").addClass("show"); }); } diff --git a/app/package.json b/app/package.json index e37a5794..f1b39844 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "thedesk", - "version": "18.6.4", + "version": "18.6.5", "description": "TheDesk is a Mastodon client for PC.", "repository": "https://github.com/cutls/TheDesk", "main": "main.js", diff --git a/app/view/en/index.html b/app/view/en/index.html index 728cfaa6..afd569d3 100644 --- a/app/view/en/index.html +++ b/app/view/en/index.html @@ -37,7 +37,7 @@