Display project exports in modal box

This commit is contained in:
Frederic Guillot
2017-01-08 15:31:33 -05:00
parent b3a450bace
commit ca00b8cf53
13 changed files with 74 additions and 81 deletions

View File

@@ -19,7 +19,7 @@
}
function getForm() {
return document.querySelector('#modal-content form');
return document.querySelector('#modal-content form:not(.js-modal-ignore-form)');
}
function submitForm() {