load sponsors in ajax to account for users with slower internet connection.
This commit is contained in:
@@ -157,4 +157,10 @@ function handleDefaultReminderInputKeyDown() {
|
||||
if (event.which == 13) {
|
||||
updateSettings();
|
||||
}
|
||||
}
|
||||
|
||||
function loadSponsors() {
|
||||
$.get('/Home/Sponsors', function (data) {
|
||||
$("#sponsorsContainer").html(data);
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user