kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/kaka.farm
Log | Files | Refs | README

commit 97f77f7428493fb8bac74f98bf55bb983791cdff
parent dd1ab057f4275c8612b28688437885d9bd50f0e0
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Mon,  6 Jul 2020 19:59:26 +0300

Add `console.debug` function to the list of modified functions.

Diffstat:
Mhtml/kakalog.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/html/kakalog.js b/html/kakalog.js @@ -8,9 +8,10 @@ console.log('kakalog.js start.'); function change_console() { if (window.kakalog_activated) { [ - 'log', + 'debug', 'error', 'info', + 'log', 'trace', ].forEach(function_name=>{ let old_function = console[function_name];