From cd206fedebeef7936d3442481c362dea7cdb1e11 Mon Sep 17 00:00:00 2001 From: Ken Soh Date: Thu, 5 Sep 2019 23:12:26 +0800 Subject: [PATCH] #553 - fix frame issue with Chrome For details, see https://github.com/kelaberetiv/TagUI/issues/553 --- src/tagui | 2 +- src/tagui.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tagui b/src/tagui index b5458e4f..4e09641d 100755 --- a/src/tagui +++ b/src/tagui @@ -6,7 +6,7 @@ chrome_command="google-chrome" if [ -z "$1" ] then -echo "tagui v5.5: use following options and this syntax to run - ./tagui flow_filename option(s)" +echo "tagui v5.6: use following options and this syntax to run - ./tagui flow_filename option(s)" echo echo "chrome - run on visible Chrome web browser instead of invisible PhantomJS (first install Chrome)" echo "headless - run on invisible Chrome web browser instead of default PhantomJS (first install Chrome)" diff --git a/src/tagui.cmd b/src/tagui.cmd index 128fb23d..1d7c8d18 100644 --- a/src/tagui.cmd +++ b/src/tagui.cmd @@ -8,7 +8,7 @@ rem enable windows for loop advanced flow control setlocal enableextensions enabledelayedexpansion if "%~1"=="" ( -echo tagui v5.5: use following options and this syntax to run - tagui flow_filename option^(s^) +echo tagui v5.6: use following options and this syntax to run - tagui flow_filename option^(s^) echo. echo chrome - run on visible Chrome web browser instead of invisible PhantomJS ^(first install Chrome^) echo headless - run on invisible Chrome web browser instead of default PhantomJS ^(first install Chrome^)