__Logj is al een tijdje Deprecated

svn path=/Website/trunk/; revision=27936
This commit is contained in:
Jos Groot Lipman
2016-01-27 11:38:53 +00:00
parent 0e83459f47
commit 96f0d352f5
2 changed files with 1 additions and 4 deletions

View File

@@ -220,7 +220,7 @@ if (searchstr != "")
if (searchstr != "")
{
var histogram = rst.processResultset();
__Logj(histogram);
__Log(histogram);
var reginfo = { info: filter.s.val } ;
if (counter_key > 0 && histogram && typeof histogram == "object" && "SOORT" in histogram)

View File

@@ -262,9 +262,6 @@ function __Log(s, optionalCallerOrColor, leave_open)
}
}
// Log een JavaScript hash. Deprecated, __Log doet gewoon autodetect
__Logj = __Log;
function __callerTekst(clr)
{
if (!clr)