commit
dd3fef83e2
@ -213,7 +213,7 @@ var ErrorReport = {
|
||||
"current_url": window.location.href,
|
||||
"microhistory": ErrorReport._get_microhistory()
|
||||
};
|
||||
if (typeof AJAX.cache.pages[this.current - 1] === 'undefined') {
|
||||
if (typeof AJAX.cache.pages[AJAX.cache.current - 1] !== 'undefined') {
|
||||
report_data.scripts = AJAX.cache.pages[AJAX.cache.current - 1].scripts.map(
|
||||
function (script) {
|
||||
return script.name;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user