Fix bug.
This commit is contained in:
parent
9061f6ce94
commit
16dc5ff9f2
|
@ -475,7 +475,7 @@ class AsksController < ApplicationController
|
||||||
old_input = old_.find('input, select');
|
old_input = old_.find('input, select');
|
||||||
if(new_input.length != 0 && old_input.length != 0){
|
if(new_input.length != 0 && old_input.length != 0){
|
||||||
if(new_input.length == old_input.length){
|
if(new_input.length == old_input.length){
|
||||||
old_.replaceAll(new_.clone());
|
old__.clone().replaceAll(new);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue