diff options
-rw-r--r-- | templates/index.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index 9442f4a..1b02ad7 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -9,13 +9,13 @@ </tr> <tr> <td colspan="2" class="menu"> - <a href="javascript:showPhotoIndex();"> + <a href="javascript:showPhotoIndex();" onclick="click(this);"> <img src="resources/home.png" /> </a> - <a href="javascript:Tags('reset', 0);"> + <a href="javascript:Tags('reset', 0);" onclick="click(this);"> <img src="resources/reload.png" /> </a> - <a href="javascript:showCredits();"> + <a href="javascript:showCredits();" onclick="click(this);"> <img src="resources/credits.png" /> </a> </td> |