Skip to content

Commit 1a92b5b

Browse files
author
Gaurab Dasgupta
committed
refer data/index.html for updates
1 parent fa9c5bf commit 1a92b5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webpage/js/xml.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ function fetchFileList()
5050
if(xhr.readyState == 4 && xhr.status == 200) //done & success
5151
{
5252
DisplayDirectory(xhr.responseText);
53+
alert("rcv");
5354
}
5455
else
5556
{

0 commit comments

Comments
 (0)