Disabled the test suite in Safari.
This commit is contained in:
parent
5adf740a15
commit
f8fcc9525d
1 changed files with 3 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue