diff --git a/trunk/includes/js/functions.js b/trunk/includes/js/functions.js index 10987b64..d9d66471 100644 --- a/trunk/includes/js/functions.js +++ b/trunk/includes/js/functions.js @@ -10,6 +10,10 @@ function LSdebug(arguments) { opera.postError(arguments); return true; } + if (typeof varLSdefault != 'undefined') { + varLSdefault.log(arguments); + return true; + } alert(arguments); }