Skip to content
Snippets Groups Projects
Commit 76cc7d34 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'issue_417' into 'master'

[algorithms] Protected algorithm declaration with  django filter (closes #417)



See merge request !172
parents 6d9a7740 950a6c50
No related branches found
No related tags found
1 merge request!172[algorithms] Protected algorithm declaration with django filter (closes #417)
......@@ -78,7 +78,7 @@ function setupEditor(algorithm, dataformats, libraries)
// Options
var declaration = JSON.parse('{{ declaration|safe }}');
var declaration = JSON.parse('{{ declaration|escapejs }}');
var checkbox_analyzer = $('#checkbox_analyzer');
var checkbox_splittable = $('#checkbox_splittable');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment