Skip to content

Commit

Permalink
Actually save management changes to social icon fields
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Apr 28, 2022
1 parent f9a19d7 commit 22a9db1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website_code/scripts/management.js
Expand Up @@ -559,7 +559,9 @@ function update_site() {
site_xapi_dashboard_nonanonymous: document.getElementById("site_xapi_dashboard_nonanonymous").value,
xapi_dashboard_minrole: document.getElementById("xapi_dashboard_minrole").value,
xapi_dashboard_urls: document.getElementById("xapi_dashboard_urls").value,
site_xapi_dashboard_period: document.getElementById("site_xapi_dashboard_period").value
site_xapi_dashboard_period: document.getElementById("site_xapi_dashboard_period").value,
globalhidesocial: document.getElementById("site_socialicon_globaldisable").value,
globalsocialauth: document.getElementById("site_socialicon_globalauthorauth").value
},
})
.done(function (response) {
Expand Down

0 comments on commit 22a9db1

Please sign in to comment.