summaryrefslogtreecommitdiffstats
path: root/module/web/static/js/views/accounts
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-31 22:23:58 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-31 22:23:58 +0200
commit93d56c45ccc17a2bc66738ad8a3ac973f53d8131 (patch)
treeeab0a7e01bb7c44c333b18cefe3bb2caf856e52a /module/web/static/js/views/accounts
parentadd and delete accounts, db will be resetted (diff)
downloadpyload-93d56c45ccc17a2bc66738ad8a3ac973f53d8131.tar.xz
fixed account table header
Diffstat (limited to 'module/web/static/js/views/accounts')
-rw-r--r--module/web/static/js/views/accounts/accountView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/js/views/accounts/accountView.js b/module/web/static/js/views/accounts/accountView.js
index 7d6306523..7c3d492c3 100644
--- a/module/web/static/js/views/accounts/accountView.js
+++ b/module/web/static/js/views/accounts/accountView.js
@@ -4,7 +4,7 @@ define(['jquery', 'underscore', 'backbone', 'app', '../abstract/itemView'],
// Renders settings over view page
return itemView.extend({
- el: "tr",
+ tagName: "tr",
template: _.compile($('#template-account').html()),
events: {