feature/RVRNEXT-30-replace-choices-to-tomselect #41
@ -196,7 +196,7 @@ var RVR = {
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        form.elements.submit.disabled = !anyChanged;
 | 
					        form.elements['submit_button'].disabled = !anyChanged;
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    observeInputsInForm: function (form, observedInputs) {
 | 
					    observeInputsInForm: function (form, observedInputs) {
 | 
				
			||||||
@ -219,7 +219,7 @@ var RVR = {
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        form.onreset = function () {
 | 
					        form.onreset = function () {
 | 
				
			||||||
            form.elements.submit.disabled = true;
 | 
					            form.elements['submit_button'].disabled = true;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user