mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-22 11:30:29 +03:00
monitor: Fix typo of schemasTodayYesterday with its 's' on 'schemas'
This commit is contained in:
parent
423a9a23ee
commit
80a858fb26
@ -528,7 +528,7 @@ var doUpdateSchemas = function()
|
||||
success: function(schemasTodayYesterday){
|
||||
// Might happen when nothing is received...
|
||||
if(schemasTodayYesterday[yesterday] == undefined)
|
||||
schemaTodayYesterday[yesterday] = [];
|
||||
schemasTodayYesterday[yesterday] = [];
|
||||
if(schemasTodayYesterday[today] == undefined)
|
||||
schemasTodayYesterday[today] = [];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user