]> git.agnieray.net Git - galette.git/commitdiff
Drop debug message
authorJohan Cwiklinski <jcwiklinski@teclib.com>
Sun, 10 Nov 2019 21:28:49 +0000 (22:28 +0100)
committerJohan Cwiklinski <jcwiklinski@teclib.com>
Sun, 10 Nov 2019 21:29:11 +0000 (22:29 +0100)
galette/webroot/js/common.js

index 4074cc9a845fcb36cfa96cef0008347ea5b7ce72..7d17821076531db694c0d371fa2ea0b6df31df68 100644 (file)
@@ -176,7 +176,6 @@ var _initTooltips = function(selector) {
             //and finally, value from @class=sr-only element
             if (typeof _content == 'undefined') {
                 var _sronly = _this.find('.sr-only');
-                console.log(_sronly);
                 if (_sronly.length > 0) {
                     _content = _sronly.html();
                 }