Commit 9e782d11bec27af20bee91b72073e8bf779227de
1 parent
148a4935
Exists in
master
and in
6 other branches
Moved contrast class to body
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/main.js
| ... | ... | @@ -573,7 +573,7 @@ define(['handlebars', 'fastclick', 'handlebars_helpers'], function(Handlebars, F |
| 573 | 573 | |
| 574 | 574 | $( '#display-contrast' ).on('click', function(e){ |
| 575 | 575 | e.preventDefault(); |
| 576 | - $('#proposal-result').toggleClass('contrast'); | |
| 576 | + $('body').toggleClass('contrast'); | |
| 577 | 577 | }); |
| 578 | 578 | |
| 579 | 579 | $( '.show_body' ).on('click', function(e){ | ... | ... |