Initial work on new checklist handling. No more JSON!

This commit is contained in:
2020-08-29 13:56:57 +01:00
parent de04498517
commit 8ea96674db
16 changed files with 163 additions and 93 deletions

View File

@@ -28,7 +28,6 @@ function refreshUpdateHref(obj) {
}
function initPicker(obj) {
console.log('called!');
var options = {
ajax: {
url: obj.data('sourceurl'),