diff options
author | alecpl <alec@alec.pl> | 2008-10-02 08:39:49 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-10-02 08:39:49 +0000 |
commit | 5f660cd7c4662c30921b76b04a7b9d92e82182df (patch) | |
tree | 39403ec7f26d27eb66c2efcae0cd65dd39debec7 /skins/default/includes | |
parent | a2740628bb1dcfaa84d00ac05a80a92afdaffbd6 (diff) |
- Minimize "inline" javascript use (#1485433)
Diffstat (limited to 'skins/default/includes')
-rw-r--r-- | skins/default/includes/settingscripts.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/skins/default/includes/settingscripts.html b/skins/default/includes/settingscripts.html deleted file mode 100644 index 9ee93cda5..000000000 --- a/skins/default/includes/settingscripts.html +++ /dev/null @@ -1,14 +0,0 @@ -<script type="text/javascript"> - -if (window.rcmail && rcmail.env.action) - { - var action = rcmail.env.action=='preferences' ? 'default' : (rcmail.env.action.indexOf('identity')>0 ? 'identities' : rcmail.env.action); - var tab = document.getElementById('settingstab'+action); - } -else - var tab = document.getElementById('settingstabdefault'); - -if (tab) - tab.className = 'tablink-selected'; - -</script>
\ No newline at end of file |