From 4132bc4f8a465ffb99ff23fd53b9dd43c02baf38 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 3 Sep 2013 11:58:01 +0200 Subject: [PATCH] Minor - replacing console.log by function. --- main/newscorm/scorm_api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/newscorm/scorm_api.php b/main/newscorm/scorm_api.php index f5ac996732..1172ea5ca3 100644 --- a/main/newscorm/scorm_api.php +++ b/main/newscorm/scorm_api.php @@ -1455,7 +1455,7 @@ function switch_item(current_item, next_item){ } - console.log('loading '+mysrc+' in frame'); + log_in_log('loading '+mysrc+' in frame'); cont_f.attr("src",mysrc);