mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Started work on fetching frontpage-lists at the same time as sending the html
This commit is contained in:
@@ -269,7 +269,7 @@ var Frontpage = {
|
||||
if(window.location.hostname == "fb.zoff.me") {
|
||||
add = "https://zoff.me";
|
||||
}
|
||||
Helper.ajax({
|
||||
/*Helper.ajax({
|
||||
url: add + "/api/frontpages",
|
||||
method: "get",
|
||||
success: function(response){
|
||||
@@ -282,7 +282,7 @@ var Frontpage = {
|
||||
Frontpage.get_frontpage_lists();
|
||||
}, 3000);
|
||||
},
|
||||
});
|
||||
});*/
|
||||
},
|
||||
|
||||
start_snowfall: function() {
|
||||
|
||||
Reference in New Issue
Block a user