From: Michael Prager Date: Mon, 9 Apr 2012 22:57:55 +0000 (+0200) Subject: fixed help button on settings page require double tap (bug no. 3302891) X-Git-Url: https://code.delx.au/comingnext/commitdiff_plain/7462eb0578c84056fb0934aa0cbd1acb4873a993 fixed help button on settings page require double tap (bug no. 3302891) --- diff --git a/Readme.txt b/Readme.txt index 829bcfd..30ae876 100644 --- a/Readme.txt +++ b/Readme.txt @@ -299,3 +299,4 @@ Changelog: - added Finnish translation (thanks to Streamkeskus) - added Czech translation (thanks to renek) - fixed display problems on E6 (bug no. 3509394) + - fixed help button on settings page require double tap (bug no. 3302891) diff --git a/comingNext/index.html b/comingNext/index.html index 1e2f2a3..f30cb7d 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -1397,7 +1397,7 @@ function printHintBox(text) { uniqueId++; return '' + getLocalizedText('settings.help') + ''+ - '
' + text + '
'; + ''; } function showAbout()