fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9eecd
)
Dodanie ignorowania console dla nie posiadających tego obiektu przeglądarek.
author
zuber
<marek@stepniowski.com>
Mon, 4 Jan 2010 22:19:32 +0000
(23:19 +0100)
committer
zuber
<marek@stepniowski.com>
Mon, 4 Jan 2010 22:19:32 +0000
(23:19 +0100)
platforma/static/js/main.js
patch
|
blob
|
history
diff --git
a/platforma/static/js/main.js
b/platforma/static/js/main.js
index
41afe21
..
7b20458
100644
(file)
--- a/
platforma/static/js/main.js
+++ b/
platforma/static/js/main.js
@@
-1,3
+1,9
@@
+if (!console) {
+ console = {
+ log: function() {}
+ }
+}
+
// Teraz nieużywane
function highlight(colour) {
var range, sel;