]> code.delx.au - comingnext/blobdiff - comingNext/index.html
fixed help button on settings page require double tap (bug no. 3302891)
[comingnext] / comingNext / index.html
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