JourneyJoker/static/auction/js/custom-paymentmethod.js
Klaus-Uwe Mitterer 88dbecec35 A few more views
Fixing inquiry processing view
2021-04-13 14:44:22 +02:00

3 lines
No EOL
105 B
JavaScript

function setPaymentMethod() {
$('#id_payment').val($(".nav-link.active")[0].href.split("#tab-")[1])
}