From 2c31ad53d7190d2ea4121cc3d4216a2d21722737 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Mon, 15 Jan 2018 11:40:23 +0100 Subject: [PATCH] Create consentAdmin.js --- modules/consentAdmin/www/assets/js/consentAdmin.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/consentAdmin/www/assets/js/consentAdmin.js diff --git a/modules/consentAdmin/www/assets/js/consentAdmin.js b/modules/consentAdmin/www/assets/js/consentAdmin.js new file mode 100644 index 000000000..cfe0fb71a --- /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; +} -- GitLab