diff --git a/pod/video/static/js/dashboard.js b/pod/video/static/js/dashboard.js index 2b44f480e1..e19daa0dd5 100644 --- a/pod/video/static/js/dashboard.js +++ b/pod/video/static/js/dashboard.js @@ -48,7 +48,7 @@ async function bulkUpdate() { value = CKEDITOR.instances[element.id].getData(); break; default: - document.getElementById("id_"+element.getAttribute("name")).value; + value = document.getElementById("id_"+element.getAttribute("name")).value; } formData.append(element.getAttribute("name"), value); }