load sponsors in ajax to account for users with slower internet connection.
This commit is contained in:
@@ -4,6 +4,5 @@ namespace CarCareTracker.Models
|
||||
{
|
||||
public UserConfig UserConfig { get; set; }
|
||||
public List<string> UILanguages { get; set; }
|
||||
public Sponsors Sponsors { get; set; } = new Sponsors();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user