Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -r1.7.2.210 -r1.7.2.211 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 31 Jan 2022 15:25:59 -0000 1.7.2.210 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 31 Jan 2022 17:22:26 -0000 1.7.2.211 @@ -2395,8 +2395,12 @@ # set url [$examWf pretty_link -query m=grade-single-item] + # jquery-ui is just needed for draggable() + ::template::add_body_script -src urn:ad:js:jquery-ui + ::template::add_body_script -script [subst -novariables { $(document).ready(function(){ + $('.modal-dialog').draggable(); $('.modal .confirm').on('click', function(ev) { // // Submit button of grading dialog was pressed. @@ -6354,7 +6358,7 @@ |$(document).ready(function() { | $('.modal .confirm').on('click', function(ev) { | // - | // Submit button of the dialog was pressed. + | // Submit button of the configuration dialog was pressed. | // | var data = new FormData(document.getElementById('configuration-form')); | console.log(data);