diff options
| author | JocelynDelalande <JocelynDelalande@users.noreply.github.com> | 2017-12-21 20:35:18 +0100 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2017-12-21 20:35:18 +0100 |
| commit | 5160dac4a56fcd9ae3d30d96d9bb4f827000fc57 (patch) | |
| tree | ac6ad95eab29f59680500a54c50043e8270467b5 /ihatemoney/templates | |
| parent | c6f72e112ba3d797e71302d96504bbd54c83ca6b (diff) | |
| download | ihatemoney-mirror-5160dac4a56fcd9ae3d30d96d9bb4f827000fc57.zip ihatemoney-mirror-5160dac4a56fcd9ae3d30d96d9bb4f827000fc57.tar.gz ihatemoney-mirror-5160dac4a56fcd9ae3d30d96d9bb4f827000fc57.tar.bz2 | |
Replace some CSS by some JS (#288)
Diffstat (limited to 'ihatemoney/templates')
| -rw-r--r-- | ihatemoney/templates/list_bills.html | 13 |
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"); |
