Changes
Jump to navigation
Jump to search
72 bytes added
, 22:16, 23 April 2018
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(); |
| }); | | }); |