Commit 8fe06bfb authored by mnvdk's avatar mnvdk

renamed infoFill to info_Fill on in the database

parent 800e136f
...@@ -108,8 +108,12 @@ class Loader{ ...@@ -108,8 +108,12 @@ class Loader{
this.addPromise(this.ajax("/api/categories").then(cats => { this.addPromise(this.ajax("/api/categories").then(cats => {
assets.categories = JSON.parse(cats) assets.categories = JSON.parse(cats)
assets.categories.forEach(cat => { assets.categories.forEach(cat => {
if(cat.song_Skin){
cat.songSkin = cat.song_Skin //rename the song_skin property and add category title to categories array cat.songSkin = cat.song_Skin //rename the song_skin property and add category title to categories array
delete cat.song_Skin delete cat.song_Skin
cat.songSkin.infoFill = cat.songSkin.info_Fill
delete cat.songSkin.info_Fill
}
}); });
assets.categories.push({ assets.categories.push({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment