Changeset a39c9bd in Klonkt for src/assets/js/mod/admin-paid.js


Ignore:
Timestamp:
08/07/2026 07:01:20 PM (5 weeks ago)
Author:
Robin <roboburr@…>
Branches:
main
Children:
a66266d
Parents:
7df47b6 (diff), a8364ee (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/main' into feature/playlists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/assets/js/mod/admin-paid.js

    r7df47b6 ra39c9bd  
    88// er nu staat) en tegen een tweede aanroep te kunnen.
    99
     10// Element-bedrading leeft zo lang als de pagina; de bootstrap roept init()
     11// aan bij elke paginawissel waarop deze module actief is (shaer-5s1).
     12export function init() { run(); }
     13
     14function run() {
    1015(function () {
    1116  var field = document.getElementById('pd-redirect');
     
    2025  });
    2126})();
     27}
Note: See TracChangeset for help on using the changeset viewer.