mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
37f0f7f42c
Fixes #14757
Ref bbdfbb4ee8
4 lines
77 B
PHP
4 lines
77 B
PHP
<?php
|
|
sleep((int)$_GET['sleep']);
|
|
header('Content-type: text/javascript');
|
|
?>
|