mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Story#113524121 - we have new rails, so we should use data-legal-document
This commit is contained in:
parent
907da3d08e
commit
c772ef00d6
6 changed files with 6 additions and 6 deletions
|
@ -23061,7 +23061,7 @@ jQuery(function() {
|
|||
}
|
||||
});
|
||||
$('.js-contact-form').trigger('restoreDefault');
|
||||
return $('[data-legal_document]').each(function(e) {
|
||||
return $('[data-legal-document]').each(function(e) {
|
||||
var fileInput, maxSize, minSize;
|
||||
fileInput = $(e.target);
|
||||
minSize = 1 * 1024;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue