forked from ScoDoc/ScoDoc
Fix: envoi commentaires sur saisies notes web
This commit is contained in:
parent
8d607190ac
commit
4580159c91
@ -47,7 +47,7 @@ function save_note(elem, v, etudid) {
|
||||
'etudid': etudid,
|
||||
'evaluation_id': evaluation_id,
|
||||
'value': v,
|
||||
'comment': $("#formnotes_comment").attr("value")
|
||||
'comment': document.getElementById('formnotes_comment').value
|
||||
},
|
||||
function (result) {
|
||||
sco_message("enregistré");
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- mode: python -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
SCOVERSION = "9.3.46"
|
||||
SCOVERSION = "9.3.47"
|
||||
|
||||
SCONAME = "ScoDoc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user