fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
affc845
)
Poprawka błędu jquery.logging.js w Firefox.
author
zuber
<marek@stepniowski.com>
Tue, 25 Aug 2009 12:56:29 +0000
(14:56 +0200)
committer
zuber
<marek@stepniowski.com>
Tue, 25 Aug 2009 12:56:29 +0000
(14:56 +0200)
project/static/js/jquery.logging.js
patch
|
blob
|
history
diff --git
a/project/static/js/jquery.logging.js
b/project/static/js/jquery.logging.js
index
02e10e4
..
1afd8be
100644
(file)
--- a/
project/static/js/jquery.logging.js
+++ b/
project/static/js/jquery.logging.js
@@
-6,7
+6,7
@@
const LOG_LEVEL = LEVEL_DEBUG;
var mozillaLog = function(msg) {
- if (console) console.log(msg);
+ if (
window.
console) console.log(msg);
};
var operaLog = function(msg) {