Skip to content
Snippets Groups Projects
Unverified Commit ad45e426 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4385 from aydreeihn/issue/web-portal-issues

Reset Button Fix:
parents e4b3fcd3 73ed2e57
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@ $(function() {
var reset = $('input[type=reset]', el.closest('form'));
if (reset) {
reset.click(function() {
var file = $('.file');
var file = $('.file', el.closest('form'));
if (file)
file.remove();
if (el.attr('data-draft-id'))
......
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