mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-19 08:13:55 +03:00
Merge pull request #122 from EDCD/fix/118/schemaTodayYesterday-typo
monitor: Fix typo of schemasTodayYesterday with its 's' on 'schemas'
This commit is contained in:
commit
04b28b61c0
@ -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