app/assets/javascripts/help_modal.js in curate-0.1.2 vs app/assets/javascripts/help_modal.js in curate-0.1.3
- old
+ new
@@ -14,11 +14,11 @@
$('#help_request_resolution').val(resolution);
$('#help-viewport').text(viewport);
$('#help_request_view_port').val(viewport);
- $('#help-url.unset').text(current_url);
- $('#help_request_current_url.unset').val(current_url);
+ $('#help-url').text(current_url);
+ $('#help_request_current_url').val(current_url);
}
populateHelpForm();
$('.request-help').on('click', function(event){
event.preventDefault();