X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0a8fdf777d7f183cb83b3db47c23c12e7cfc6c45..806f7ea48c066ee89bcbc0035ae3b7d2bff7186b:/project/static/js/jquery.logging.js diff --git a/project/static/js/jquery.logging.js b/project/static/js/jquery.logging.js index 0f0df519..315d48f5 100644 --- a/project/static/js/jquery.logging.js +++ b/project/static/js/jquery.logging.js @@ -1,9 +1,8 @@ (function($) { - const LEVEL_DEBUG = 1; - const LEVEL_INFO = 2; - const LEVEL_WARN = 3; - - const LOG_LEVEL = LEVEL_DEBUG; + var LEVEL_DEBUG = 1; + var LEVEL_INFO = 2; + var LEVEL_WARN = 3; + var LOG_LEVEL = LEVEL_DEBUG; var mozillaLog = function() { if (window.console)