diff --git a/app/js/ui/layout.js b/app/js/ui/layout.js index cf62bdff..9ae0048c 100644 --- a/app/js/ui/layout.js +++ b/app/js/ui/layout.js @@ -652,7 +652,7 @@ function removeColumn(tlid) { localStorage.setItem('column', json) sortLoad() $('#timeline_box_' + tlid + '_box').remove() - if(!data.left_fold) { + if (!data.left_fold) { $('#timeline_box_' + tlid + '_parentBox').remove() } } @@ -786,7 +786,8 @@ function webviewParse(url, key, insert, icnsert, css) {
WebView('${url}')
-
+
+
cancel @@ -829,7 +830,7 @@ function unstreamingTL(type, key, basekey, insert, icnsert, left_fold, css, anim ${lang.lang_layout_leftUnfold}
` } - if(type == 'utl') { + if (type == 'utl') { var dataHtml = false } else { var dataHtml = data @@ -899,13 +900,13 @@ function bookmark(key, data) { tl('bookmark', '', data, key, 'false', voice, '') } function utl(key, acct_id, data) { - if(!data) { + if (!data) { var multi = localStorage.getItem('column') var obj = JSON.parse(multi) data = obj[key].data acct_id = obj[key].domain } - + console.log(key, data) if (localStorage.getItem('voice_' + key)) { var voice = true diff --git a/app/view/make/language/en/index.json b/app/view/make/language/en/index.json index 1d5ff0c8..f989480a 100644 --- a/app/view/make/language/en/index.json +++ b/app/view/make/language/en/index.json @@ -130,7 +130,7 @@ "notf":"Notifications", "bookmark": "Bookmarks", "showThisTL":"Show this TL:", - "webviewWarn":"TweetDeck with customed TJDeck(
Code/TJDeck). Keyboard shortcuts will irritate you. When you feel so, you check 'Prefer WebView' on top of the column.", + "webviewWarn":"TweetDeck with customed TJDeck(Code/TJDeck).", "add":"Add", "search":"Search", "sortSet":"Sort", diff --git a/app/view/make/language/ja-KS/index.json b/app/view/make/language/ja-KS/index.json index 090a47d1..9a8456ec 100644 --- a/app/view/make/language/ja-KS/index.json +++ b/app/view/make/language/ja-KS/index.json @@ -128,7 +128,7 @@ "notf":"通知", "bookmark": "ブックマーク", "showThisTL":"表示するタイムライン", - "webviewWarn":"TweetDeckを出すで。TJDeckをカスタムしたものが読み込まれる(Code/TJDeck)。キーボードショートカットと干渉しはるから、文字入れる時はカラムの「WebView優先」にチェック入れてからしてな。", + "webviewWarn":"TweetDeckを出すで。TJDeckをカスタムしたものが読み込まれる(Code/TJDeck)。", "add":"追加", "search":"検索", "sortSet":"並べ替え設定", diff --git a/app/view/make/language/ja/index.json b/app/view/make/language/ja/index.json index 185280de..18e85a5d 100644 --- a/app/view/make/language/ja/index.json +++ b/app/view/make/language/ja/index.json @@ -130,7 +130,7 @@ "notf":"通知", "bookmark": "ブックマーク", "showThisTL":"表示するタイムライン", - "webviewWarn":"TweetDeckを表示します。TJDeckをカスタムしたものが読み込まれます(Code/TJDeck)。キーボードショートカットが邪魔をするので、文字入力時はカラムの「WebView優先」にチェックを入れてください。", + "webviewWarn":"TweetDeckを表示します。TJDeckをカスタムしたものが読み込まれます(Code/TJDeck)。", "add":"追加", "search":"検索", "sortSet":"並べ替え設定",