diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index b3a5073..ecc415b 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -145,7 +145,7 @@
  • - + @@ -209,11 +209,11 @@ $("#contrast_button" ).click(function() { if (Cookies.get('contrast_check')) { Cookies.remove('contrast_check') - location.reload() + //location.reload() } else { Cookies.set('contrast_check','contrast') - location.reload() + //location.reload() } }); -- libgit2 0.21.2