Jump to content

ICT:FinalConfig - ASSET - JAVASCRIPT: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 February 2026

  • curprev 21:2821:28, 13 February 2026 Mngr talk contribs 2,034 bytes +2,034 Created page with "<pre> // MediaWiki:DigitalAsset.js $(document).ready(function () { function getField(name) { return $("[name='DigitalAsset[" + name + "]']"); } function generateIdentifier() { const chapter = getField("chapter_id").val(); const place = getField("place_id").val(); const org = getField("organisation_id").val(); // Exclusivity check if (place && org) { alert("Select either a Place OR an Organisation,..."