fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Poprawki do file upload i toolbar.
[redakcja.git]
/
project
/
static
/
js
/
jquery.logging.js
diff --git
a/project/static/js/jquery.logging.js
b/project/static/js/jquery.logging.js
index
0f0df51
..
315d48f
100644
(file)
--- a/
project/static/js/jquery.logging.js
+++ b/
project/static/js/jquery.logging.js
@@
-1,9
+1,8
@@
(function($) {
(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)
var mozillaLog = function() {
if (window.console)