mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-06 00:34:00 +01:00
Need a greater timeout here
40ms wasn't enough to begin filling the list and so would report back that there are no changes, when in fact, there are, just not shown yet
This commit is contained in:
@@ -297,7 +297,7 @@ if ($_SESSION['githubDiff']) {
|
||||
} else {
|
||||
top.ICEcoder.showHide('hide',top.get('loadingMask'));
|
||||
}
|
||||
},40);
|
||||
},100);
|
||||
},4);
|
||||
} else {
|
||||
// There was an error, display HTTP error code and response message
|
||||
|
||||
Reference in New Issue
Block a user