Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Peccatte <hugues.peccatte@gmail.com>2014-05-18 15:57:41 +0400
committerHugues Peccatte <hugues.peccatte@gmail.com>2014-05-18 15:57:41 +0400
commit81c39164854bdb80241661a0859aa2ab6ccde0df (patch)
tree72f0eb22f250b447099ae42162479cef244aaf57 /js/error_report.js
parent22e3a0d19f2072307367b57ff2e5b95763dfe99a (diff)
Fix scrutinizer JS issues.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'js/error_report.js')
-rw-r--r--js/error_report.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/error_report.js b/js/error_report.js
index c52dc7bbda..0318e2eec9 100644
--- a/js/error_report.js
+++ b/js/error_report.js
@@ -229,7 +229,7 @@ var ErrorReport = {
"microhistory": ErrorReport._get_microhistory()
};
if (typeof AJAX.cache.pages[AJAX.cache.current - 1] !== 'undefined') {
- report_data.scripts = AJAX.cache.pages[AJAX.cache.current - 1].scripts.map(
+ report_data.scripts = AJAX.cache.pages[AJAX.cache.current - 1].scripts.map(
function (script) {
return script.name;
}