summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-17 06:36:54 +0100
committerAndrew Dolgov <[email protected]>2008-05-17 06:36:54 +0100
commit86deaa0eb982d8b7173df12b084e45c0e26ee391 (patch)
tree566d8f371b4adecf9611bff0f938edbe32623be5 /prefs.php
parent2a8534a008e1109fca868ab9afc15c0a5a1d85c0 (diff)
add fade-in to shortcut help overlay
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 01a731695..288a5f2be 100644
--- a/prefs.php
+++ b/prefs.php
@@ -110,7 +110,7 @@ window.onload = init;
</div> -->
<div class='prefKbdHelp'>
- <img src="images/small_question.png" alt="?"> <a href='#' onclick="Element.show('hotkey_help_overlay')">Keyboard shortcuts</a>
+ <img src="images/small_question.png" alt="?"> <a href='#' onclick="Effect.Appear('hotkey_help_overlay', {duration: 0.3})">Keyboard shortcuts</a>
</div>
<div class="firstTab">&nbsp;</div>