aboutsummaryrefslogtreecommitdiffstats
path: root/src/medsrv/templates/static/script.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/medsrv/templates/static/script.js')
-rw-r--r--src/medsrv/templates/static/script.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/medsrv/templates/static/script.js b/src/medsrv/templates/static/script.js
index f2ab1e009..eac4912de 100644
--- a/src/medsrv/templates/static/script.js
+++ b/src/medsrv/templates/static/script.js
@@ -1,5 +1,4 @@
window.addEvent('domready', function() {
- $$('.focus').each(function(e){e.focus();});
$$('table.list tr:nth-child(2n) td').each(function(e){e.set('class', 'even');});
$$('table.list tr:nth-child(2n+1) td').each(function(e){e.set('class', 'odd');});
$$('table.list tr th').each(function(e){e.set('class', 'head');});