3a6b9e82117083b183fa058562e12f1f0ffa748b
Bernd Wurst Migration to bootstrap-4.0.0

Bernd Wurst authored 6 years ago

1) $( function () {
2)     $('#allesloeschen-dialog').on('show.bs.modal', function(e) {
3)             $(this).find('.btn-ok').attr('href', $(e.relatedTarget).prop('href'));
4)         });
5) });