mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Disabled the test suite in Safari.
This commit is contained in:
parent
5adf740a15
commit
f8fcc9525d
@ -16,7 +16,8 @@ var _config = {
|
||||
$(function() {
|
||||
$('#userAgent').html(navigator.userAgent);
|
||||
if($.browser.safari)
|
||||
$("h1").append(" - Slowed down for Safari to prevent crashes");
|
||||
$("h1").append(" - Disabled for Safari");
|
||||
else
|
||||
runTest();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user