]> code.delx.au - comingnext/commitdiff
fixed help button on settings page require double tap (bug no. 3302891)
authorMichael Prager <mail@michaelprager.de>
Mon, 9 Apr 2012 22:57:55 +0000 (00:57 +0200)
committerMichael Prager <mail@michaelprager.de>
Mon, 9 Apr 2012 22:57:55 +0000 (00:57 +0200)
Readme.txt
comingNext/index.html

index 829bcfda822a46a587c56c5357a6890644607251..30ae8769684a061a0d378a8c200ecbc59d1f0761 100644 (file)
@@ -299,3 +299,4 @@ Changelog:
   - added Finnish translation (thanks to Streamkeskus)\r
   - added Czech translation (thanks to renek)\r
   - fixed display problems on E6 (bug no. 3509394)\r
+  - fixed help button on settings page require double tap (bug no. 3302891)\r
index 1e2f2a337b89ea7c63130de532e8377b41e42c3c..f30cb7d77a95fb9ebbc17fd69b41b0d55a7ed599 100644 (file)
@@ -1397,7 +1397,7 @@ function printHintBox(text)
 {\r
        uniqueId++;\r
        return '<td width="1%" align="right" onclick="javascript:toggleVisibility(\'info' + uniqueId + '\')">' + getLocalizedText('settings.help') + '</td></tr></table>'+\r
-              '<div class="settingsInfo" id="info' + uniqueId + '">' + text + '</div>';\r
+              '<div class="settingsInfo" id="info' + uniqueId + '" style="display:none">' + text + '</div>';\r
 }\r
 \r
 function showAbout()\r