From: Johan Cwiklinski Date: Sun, 14 Jun 2020 20:49:32 +0000 (+0200) Subject: Fix variable name, drop debug code X-Git-Tag: 0.9.4~65 X-Git-Url: https://git.agnieray.net/?a=commitdiff_plain;h=655d0536df83f6486553973d979a13a727d1d91d;p=galette.git Fix variable name, drop debug code --- diff --git a/galette/webroot/js/common.js b/galette/webroot/js/common.js index 2ed7b7bc6..8cd53538f 100644 --- a/galette/webroot/js/common.js +++ b/galette/webroot/js/common.js @@ -251,8 +251,7 @@ $(function() { event.preventDefault(); var _this = $(this); var _open = _this.attr('aria-expanded'); - _this.attr('aria-expanded', !open); - console.log(_open); + _this.attr('aria-expanded', !_open); _langs.toggle(); }); });