mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 07:37:58 -05:00
Disabled the test suite in Safari.
This commit is contained in:
@@ -16,8 +16,9 @@ var _config = {
|
||||
$(function() {
|
||||
$('#userAgent').html(navigator.userAgent);
|
||||
if($.browser.safari)
|
||||
$("h1").append(" - Slowed down for Safari to prevent crashes");
|
||||
runTest();
|
||||
$("h1").append(" - Disabled for Safari");
|
||||
else
|
||||
runTest();
|
||||
});
|
||||
|
||||
function synchronize(callback) {
|
||||
|
||||
Reference in New Issue
Block a user