mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-14 06:12:11 +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){
|
success: function(schemasTodayYesterday){
|
||||||
// Might happen when nothing is received...
|
// Might happen when nothing is received...
|
||||||
if(schemasTodayYesterday[yesterday] == undefined)
|
if(schemasTodayYesterday[yesterday] == undefined)
|
||||||
schemaTodayYesterday[yesterday] = [];
|
schemasTodayYesterday[yesterday] = [];
|
||||||
if(schemasTodayYesterday[today] == undefined)
|
if(schemasTodayYesterday[today] == undefined)
|
||||||
schemasTodayYesterday[today] = [];
|
schemasTodayYesterday[today] = [];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user