mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 16:16:48 +01:00
11 lines
268 B
HTML
11 lines
268 B
HTML
<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> |