Fix omitted reference to gif file

pull/961/head
Linwood-F 2015-08-09 13:12:45 -04:00
parent 6425df76c7
commit 3b5638e54d
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ function imagedone(obj, monId, success)
}
monitorLoading[monId]=false;
if(!success) // if we had a failrue queue up the no-data image
loadImage2Monitor(monId,"graphics/NoDataImage.gif"); // leave the staged URL if there is one, just ignore it here.
loadImage2Monitor(monId,"no data"); // leave the staged URL if there is one, just ignore it here.
else
{
if(monitorLoadingStageURL[monId]=="") return;