__Logj is al een tijdje Deprecated
svn path=/Website/trunk/; revision=27936
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user