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){
3131 tags : [ 'master' ] ,
3232 urls : [ 'http://127.0.0.1:9999/test/index.html' ] ,
3333 browsers : [ {
34- browserName : 'firefox'
35- } , {
3634 browserName : 'chrome'
3735 } ]
3836 }
Original file line number Diff line number Diff line change 4040 //_("Database upgrade needed");
4141 } ;
4242 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" ) ;
4444 window . setTimeout ( function ( ) {
4545 startQunitTests ( ) ;
4646 nextTest ( ) ;
4747 } , 1000 )
4848
4949 } ;
5050 dbDeleteRequest . onblocked = function ( e ) {
51- alert ( "Deleting database blocked" )
51+ console . log ( "Deleting database blocked" )
5252 } ;
5353 } ) ;
5454
You can’t perform that action at this time.
0 commit comments