aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/list_bills.html
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/templates/list_bills.html')
-rw-r--r--ihatemoney/templates/list_bills.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html
index e4034d4..81f8cd5 100644
--- a/ihatemoney/templates/list_bills.html
+++ b/ihatemoney/templates/list_bills.html
@@ -14,12 +14,6 @@
autoclose: true,
language: '{{ g.lang }}'
});
-
- // Hide all members actions
- $('.action').each(function(){
- $(this).hide();
- });
-
// ask for confirmation before removing an user
$('.action.delete').each(function(){
var link = $(this).find('button');
@@ -33,13 +27,6 @@
});
});
- // display the remove button on mouse over (and hide them per default)
- $('.balance tr').hover(function(){
- $(this).find('.action').show();
- }, function(){
- $(this).find('.action').hide();
- });
-
var highlight_owers = function(){
var ower_ids = $(this).attr("owers").split(',');
var payer_id = $(this).attr("payer");