Searched refs:imageFile (Results 1 – 1 of 1) sorted by relevance
138 var imageFile = imgObj.id;140 var imageFile = imgObj.src;142 if (fnDebugMode) alert('revised imageFile: \n\n' + imageFile);171 createFNImage(imgObj, imageFile);176 function createFNImage(imgObj, imageFile) { argument177 getFNDiv(imgObj, imageFile);180 function getFNDiv(imgObj, imageFile) { argument183 if (fnDebugMode) alert('Final imageFile: \n\n' + imageFile);184 if (!imageFile) return alert(FN_SAVE_FAIL);1136 var imageFile = image.getAttribute('src');[all …]