From 93d56c45ccc17a2bc66738ad8a3ac973f53d8131 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 31 Mar 2013 22:23:58 +0200 Subject: fixed account table header --- module/web/static/js/views/accounts/accountView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/web/static/js/views/accounts/accountView.js') 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: { -- cgit v1.2.3