From 4e2f344545323d9eb6c628e8086cbc02a66627b1 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sun, 17 May 2009 09:20:27 -0400 Subject: [PATCH] - removed old onload function --- 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 0d1f6a4..4d15bde 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" /> -- Gitblit v1.9.1