fix eslint
This commit is contained in:
parent
93fa1cd03c
commit
ce8c8a755c
|
@ -117,7 +117,6 @@ function submitToEvents( element ) {
|
|||
function submitToMontageReview(element) {
|
||||
var form = element.form;
|
||||
form.action = thisUrl + '?view=montagereview';
|
||||
console.log($j(form).serialize());
|
||||
window.location.assign('?view=montagereview&'+$j(form).serialize());
|
||||
history.replaceState(null, null, '?view=montagereview&live=0&' + $j(form).serialize());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue