diff options
Diffstat (limited to 'test/data/event/syncReady.html')
-rw-r--r-- | test/data/event/syncReady.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/event/syncReady.html b/test/data/event/syncReady.html index 61a50e423..5aa510459 100644 --- a/test/data/event/syncReady.html +++ b/test/data/event/syncReady.html @@ -18,7 +18,7 @@ jQuery( document ).ready(function () { oldIE into thinking the dom is ready, but it's not... leaving this check here for future trailblazers to attempt fixing this...--> -<script type="text/javascript" src="../longLoadScript.php?sleep=1"></script> +<script type="text/javascript" src="../mock.php?action=wait&wait=1"></script> <div id="container" style="height: 300px"></div> </body> </html> |