diff options
author | alecpl <alec@alec.pl> | 2009-05-17 13:20:27 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-17 13:20:27 +0000 |
commit | 4e2f344545323d9eb6c628e8086cbc02a66627b1 (patch) | |
tree | 4362ed6283bec574e2675aa9081753ce4b050618 /skins/default/templates/editidentity.html | |
parent | 7996339f161d774ce5b70b049e77e976c88383d3 (diff) |
- removed old onload function
Diffstat (limited to 'skins/default/templates/editidentity.html')
-rw-r--r-- | skins/default/templates/editidentity.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/editidentity.html b/skins/default/templates/editidentity.html index 0d1f6a4ab..4d15bde0b 100644 --- a/skins/default/templates/editidentity.html +++ b/skins/default/templates/editidentity.html @@ -6,7 +6,7 @@ <link rel="stylesheet" type="text/css" href="/settings.css" /> <script type="text/javascript" src="/functions.js"></script> </head> -<body onload="rcube_init_settings_tabs()"> +<body> <roundcube:include file="/includes/taskbar.html" /> <roundcube:include file="/includes/header.html" /> |