File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -502,14 +502,13 @@ async function GetYourBuilds(uid) {
502
502
${ html }
503
503
</tbody>
504
504
</table>
505
- <p style="color: red">Deleting builds cannot be undone!!</p>
505
+ <p style="color: red">Deleting builds cannot be undone!! (you might need to manually refresh the page) </p>
506
506
`
507
507
const deleteYourDocs = document . querySelectorAll ( '.delete-builds' ) ;
508
508
deleteYourDocs . forEach ( link => {
509
509
link . addEventListener ( 'click' , ( e ) => {
510
510
//console.log(link.getAttribute('bid'));
511
511
deleteDoc ( doc ( db , "Age4Builds" , link . getAttribute ( 'bid' ) ) ) ;
512
- location . reload ( ) ;
513
512
} )
514
513
} ) ;
515
514
}
Original file line number Diff line number Diff line change @@ -188,14 +188,13 @@ async function GetYourBuilds(uid) {
188
188
${ html }
189
189
</tbody>
190
190
</table>
191
- <p style="color: red">Deleting builds cannot be undone!!</p>
191
+ <p style="color: red">Deleting builds cannot be undone!! (you might need to manually refresh the page) </p>
192
192
`
193
193
const deleteYourDocs = document . querySelectorAll ( '.delete-builds' ) ;
194
194
deleteYourDocs . forEach ( link => {
195
195
link . addEventListener ( 'click' , ( e ) => {
196
196
//console.log(link.getAttribute('bid'));
197
197
deleteDoc ( doc ( db , "Age4Builds" , link . getAttribute ( 'bid' ) ) ) ;
198
- location . reload ( ) ;
199
198
} )
200
199
} ) ;
201
200
}
Original file line number Diff line number Diff line change @@ -457,14 +457,13 @@ async function GetYourBuilds(uid) {
457
457
${ html }
458
458
</tbody>
459
459
</table>
460
- <p style="color: red">Deleting builds cannot be undone!!</p>
460
+ <p style="color: red">Deleting builds cannot be undone!! (you might need to manually refresh the page) </p>
461
461
`
462
462
const deleteYourDocs = document . querySelectorAll ( '.delete-builds' ) ;
463
463
deleteYourDocs . forEach ( link => {
464
464
link . addEventListener ( 'click' , ( e ) => {
465
465
//console.log(link.getAttribute('bid'));
466
466
deleteDoc ( doc ( db , "Age4Builds" , link . getAttribute ( 'bid' ) ) ) ;
467
- location . reload ( ) ;
468
467
} )
469
468
} ) ;
470
469
}
You can’t perform that action at this time.
0 commit comments