Home
last modified time | relevance | path

Searched refs:fnDebugMode (Results 1 – 1 of 1) sorted by relevance

/plugin/aimg/
H A Dscript.js53 var fnDebugMode = false; // Set to true to show XML sent/received. variable
131 if (fnDebugMode) alert('img '+document.images[i].className);
136 if (fnDebugMode) alert("imgObj.src: "+imgObj.src);
142 if (fnDebugMode) alert('revised imageFile: \n\n' + imageFile);
183 if (fnDebugMode) alert('Final imageFile: \n\n' + imageFile);
187 if (fnDebugMode) alert('TARGET SERVER URL: \n\n' + fnServer);
188 if (fnDebugMode) alert('SENDING TO tlnServer:\n\n' + postContent);
245 if (fnDebugMode) alert('RECEIVED FROM FNSERVER:\n\n' + responseText);
1004 if (fnDebugMode) alert('Begin server save operation ' + 'newBorderColor: ' + newBorderColor);
1159 if (fnDebugMode) alert('SENDING TO FNSERVER:\n\n' + postContent);
[all …]