Use codemirror for description in poll

This commit is contained in:
yflory
2017-10-03 19:04:29 +02:00
parent 707d3b3e94
commit 68bda92291
6 changed files with 120 additions and 88 deletions

View File

@@ -68,7 +68,6 @@ define(['json.sortify'], function (Sortify) {
};
var change = function (lazy) {
dirty = true;
console.error('METADATA CHANGE CALLED');
setTimeout(function () {
checkUpdate(lazy);
});