diff --git a/edit.php b/edit.php index 5235bcd..47231de 100644 --- a/edit.php +++ b/edit.php @@ -3,4 +3,5 @@ $MY_TITLE = "Edit Sessions"; $MY_CRUMB = "Edit"; $CONTENT = ''; +$XTRAJS = 'js/editor.js'; include 'layout.php'; diff --git a/js/dir_app.js b/js/dir_app.js index 317400a..9892127 100644 --- a/js/dir_app.js +++ b/js/dir_app.js @@ -101,6 +101,8 @@ const TQuestion = Vue.component('field', { "answer": function(val,Oldval) { this.a = val }, "a": function (val, oldVal) { this.$root.events.trigger('changed',[this.qid,this.table, val, this.targetid]) }, }, + mounted() { + }, template: `
{{ this_activity.title }}
- {{ $root.$dj(this_activity.starttime).format('h:mma') }} / - {{ this_activity.mode }} -
- Presented by: - - {{ h.name }}, - -