|
@@ -113,11 +113,11 @@ function prepareUpload(event) {
|
|
|
const button = document.querySelector('.next');
|
|
|
|
|
|
$(".next").click(function () {
|
|
|
- $(".next").prop("disabled",true);
|
|
|
- //button.setAttribute('disabled', '');
|
|
|
- //setTimeout(function () {
|
|
|
- // button.removeAttribute('disabled')
|
|
|
- //}, 4000);
|
|
|
+ //$(".next").prop("disabled",true);
|
|
|
+ button.setAttribute('disabled', '');
|
|
|
+ setTimeout(function () {
|
|
|
+ button.removeAttribute('disabled')
|
|
|
+ }, 10000);
|
|
|
avatar = $('.avatar').val();
|
|
|
name_title = $('.title_new').val();
|
|
|
txtARR = [];
|