From 05fab4c45cb4738503f8a93965abfe9a24e6e2e4 Mon Sep 17 00:00:00 2001 From: Cutls Date: Fri, 12 Apr 2019 23:26:38 +0900 Subject: [PATCH 1/4] Change --- app/js/tl/parse.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/js/tl/parse.js b/app/js/tl/parse.js index 490c7ef1..09655679 100644 --- a/app/js/tl/parse.js +++ b/app/js/tl/parse.js @@ -732,9 +732,9 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) { var votesel=""; var voteclass=""; } - poll=poll+'
'+choice.title+'('+choice.votes_count+')
'; + poll=poll+'
'+escapeHTML(choice.title)+'('+choice.votes_count+')
'; }); - poll='
'+strip_tags(poll)+myvote+''+poll+myvote+'' + ended+ '
'; } From f0d7d84f8e38108662c4dc5f27e1535c77639927 Mon Sep 17 00:00:00 2001 From: Cutls Date: Fri, 12 Apr 2019 23:29:30 +0900 Subject: [PATCH 2/4] travis update --- .travis.yml | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index d0d60157..f6af2e09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,8 @@ -language: objective-c -cache: - directories: - - node_modules -env: - - NODE_VERSION="9.9.0" -before_install: - # nvm をインストールする。Travis の OS X 環境には nvm はデフォルトで入っていない - - git clone https://github.com/creationix/nvm.git /tmp/.nvm - - source /tmp/.nvm/nvm.sh - # 指定バージョンの Node をインストールする - - nvm install $NODE_VERSION - # 指定バージョンの Node を有効にする - - nvm use --delete-prefix $NODE_VERSION - - node --version -script: - - node --version +os: windows +language: node_js +node_js: +- '10.15.2' +script: node -v before_deploy: - brew update - npm install electron-builder -g From ed93d5b4f299cc28f4652504ea9b93d7d85579e5 Mon Sep 17 00:00:00 2001 From: Cutls Date: Fri, 12 Apr 2019 23:30:59 +0900 Subject: [PATCH 3/4] ul --- app/view/en/index.html | 4 +++- app/view/ja/index.html | 4 +++- app/view/make/index.sample.html | 4 +++- app/view/ps/index.html | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/app/view/en/index.html b/app/view/en/index.html index ca84eb37..c90ba9ad 100644 --- a/app/view/en/index.html +++ b/app/view/en/index.html @@ -579,12 +579,14 @@ var tlid=0; HP
GitHub

-