@@ -303,7 +303,6 function submitPreview(url, form, target) { | |||||
303 | data: $('#'+form).serialize(), |
|
303 | data: $('#'+form).serialize(), | |
304 | success: function(data){ |
|
304 | success: function(data){ | |
305 | $('#'+target).html(data); |
|
305 | $('#'+target).html(data); | |
306 | $('html, body').animate({scrollTop: $('#'+target).offset().top}, 100); |
|
|||
307 | } |
|
306 | } | |
308 | }); |
|
307 | }); | |
309 | } |
|
308 | } |
General Comments 0
You need to be logged in to leave comments.
Login now