mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Prettier returing on API
- Prettier returns on API - Upped to version 4
This commit is contained in:
@@ -254,7 +254,7 @@ var Frontpage = {
|
||||
url: add + "/api/frontpages",
|
||||
method: "get",
|
||||
success: function(response){
|
||||
Frontpage.frontpage_function(response);
|
||||
Frontpage.frontpage_function(response.results);
|
||||
},
|
||||
error: function() {
|
||||
Materialize.toast("Couldn't fetch lists, trying again in 3 seconds..", 3000, "red lighten connect_error");
|
||||
|
||||
Reference in New Issue
Block a user