Revision 4970930c
Added by koszko over 1 year ago
| html/DOM_helpers.js | ||
|---|---|---|
| 110 | 110 |
try {
|
| 111 | 111 |
on_show_cb(); |
| 112 | 112 |
} catch(e) {
|
| 113 |
console.error(e); |
|
| 113 |
console.error("Haketilo:", e);
|
|
| 114 | 114 |
} |
| 115 | 115 |
|
| 116 | 116 |
return true; |
| ... | ... | |
| 125 | 125 |
try {
|
| 126 | 126 |
on_hide_cb(); |
| 127 | 127 |
} catch(e) {
|
| 128 |
console.error(e); |
|
| 128 |
console.error("Haketilo:", e);
|
|
| 129 | 129 |
} |
| 130 | 130 |
|
| 131 | 131 |
return true; |
Also available in: Unified diff
prepend all generated console messages with 'Haketilo:'