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