Changes

no edit summary
Line 63: Line 63:  
                 dataType: 'json'
 
                 dataType: 'json'
 
             }).done(function (data){
 
             }).done(function (data){
 +
                console.log('1');
 
                 location.reload();
 
                 location.reload();
 
             });
 
             });
Line 115: Line 116:  
                     dataType: 'json'
 
                     dataType: 'json'
 
                 }).done(function (data){
 
                 }).done(function (data){
 +
                    console.log('2');
 
                     location.reload();
 
                     location.reload();
 
                 });
 
                 });