Skip to content

Commit f57361b

Browse files
author
Lanny McNie
committed
Modified the manifest to include the error image earlier, which will show how a queue properly moves on when encountering an image.
1 parent f770aa1 commit f57361b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_assets/static/MediaGridManifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ loadMediaGrid({
22
"path": "../_assets/",
33
"manifest": [
44
{"id":"art/Texas.jpg", "src":"art/Texas.jpg"},
5+
{"id":"NoFileHere.png", "src":"NoFileHere.png"},
56
{"id":"static/bg.css", "src":"static/bg.css"},
67
{"id":"static/alert1.js", "src":"static/alert1.js"},
78
{"id":"static/grant.xml", "src":"static/grant.xml"},
@@ -10,7 +11,6 @@ loadMediaGrid({
1011
{"id":"static/font.css", "src":"static/font.css"},
1112
{"id":"audio/Thunder.mp3", "src":"audio/Thunder.mp3"},
1213
{"id":"//gskinner.com/assets/createjs/mapsJSONP.json", "callback":"maps", "type":"jsonp", "src":"//gskinner.com/assets/createjs/mapsJSONP.json"},
13-
{"id":"art/Autumn.png", "src":"art/Autumn.png"},
14-
{"id":"NoFileHere.png", "src":"NoFileHere.png"}
14+
{"id":"art/Autumn.png", "src":"art/Autumn.png"}
1515
]
1616
});

0 commit comments

Comments
 (0)