diff --git a/modules/consentAdmin/www/assets/js/consentAdmin.js b/modules/consentAdmin/www/assets/js/consentAdmin.js new file mode 100644 index 0000000000000000000000000000000000000000..cfe0fb71ae4148f0e12cef49453901896b67d971 --- /dev/null +++ b/modules/consentAdmin/www/assets/js/consentAdmin.js @@ -0,0 +1,3 @@ +function setConsentText(consentStatus, show_spid) { + document.getElementById("consentText" + show_spid).innerHTML = consentStatus; +}