Skip to content
Snippets Groups Projects
Commit 3bf3c151 authored by Paal Joergensen's avatar Paal Joergensen
Browse files

HFP-2172 Hault form submit when main title is not set

parent d4f66eb3
No related branches found
No related tags found
No related merge requests found
Subproject commit e8b339e91edf5f5c805c869641c618d790f85626 Subproject commit 1bd28a7a75f6b033ef4d46fbfb14d2914435cd43
...@@ -32,9 +32,7 @@ ...@@ -32,9 +32,7 @@
$('input[name="h5plibrary"]'), $('input[name="h5plibrary"]'),
$('input[name="h5pparams"]'), $('input[name="h5pparams"]'),
$('input[name="h5pmaxscore"]'), $('input[name="h5pmaxscore"]'),
function(params) { $('input[name="name"]')
$('input[name="name"]').val(params.metadata.title);
}
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment