File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ module.exports = function(grunt){
31
31
tags : [ 'master' ] ,
32
32
urls : [ 'http://127.0.0.1:9999/test/index.html' ] ,
33
33
browsers : [ {
34
- browserName : 'firefox'
35
- } , {
36
34
browserName : 'chrome'
37
35
} ]
38
36
}
Original file line number Diff line number Diff line change 40
40
//_("Database upgrade needed");
41
41
} ;
42
42
dbDeleteRequest . onerror = function ( e ) {
43
- alert ( "Could not delete database, but still continuing with tests" ) ;
43
+ console . log ( "Could not delete database, but still continuing with tests" ) ;
44
44
window . setTimeout ( function ( ) {
45
45
startQunitTests ( ) ;
46
46
nextTest ( ) ;
47
47
} , 1000 )
48
48
49
49
} ;
50
50
dbDeleteRequest . onblocked = function ( e ) {
51
- alert ( "Deleting database blocked" )
51
+ console . log ( "Deleting database blocked" )
52
52
} ;
53
53
} ) ;
54
54
You can’t perform that action at this time.
0 commit comments