From 2c9d94351180f42059c13543e17c24d98c58ede1 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Sat, 6 May 2017 00:33:39 -0300 Subject: [PATCH] Included contrast url in the base template --- amadeus/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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