Commit 5414769f1f7376fcd7c31162964bf00f975c6cab
1 parent
ce60d77d
Exists in
master
and in
10 other branches
display contrast
Showing
2 changed files
with
4 additions
and
0 deletions
Show diff stats
index.html
js/main.js
... | ... | @@ -93,6 +93,9 @@ $.getJSON(noosferoAPI) |
93 | 93 | loginCallback(logged_in); |
94 | 94 | event.preventDefault(); |
95 | 95 | }); |
96 | + $( '#display-contrast' ).click(function(event){ | |
97 | + $('#proposal-result').toggleClass('contrast'); | |
98 | + }); | |
96 | 99 | $( '.show_body a' ).click(function(event){ |
97 | 100 | display_proposal_detail(); |
98 | 101 | }); | ... | ... |