allow requesting comments only once per submission

This commit is contained in:
Ralf Teusner
2015-08-04 15:16:06 +02:00
parent 5d753e1ed8
commit eec5832a65

View File

@ -1004,6 +1004,8 @@ $(function() {
}) })
showSpinner($('#request-for-comments')) showSpinner($('#request-for-comments'))
// hide button until next submission is created
$('#request-for-comments').toggle(false);
} }
var initializeCodePilot = function() { var initializeCodePilot = function() {