summaryrefslogtreecommitdiff
path: root/skins/default/includes/settingscripts.html
blob: b7699708d81039e9fcf134682e557f43817330e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<script type="text/javascript">

if (window.rcmail && rcmail.env.action)
  var tab = document.getElementById('settingstab'+rcmail.env.action);
else 
  var tab = document.getElementById('settingstabdefault');
  
if (tab)
  tab.className = 'tablink-selected';

</script>