52afb41bab
IE and Safari only know about `window.scroll(x, y)`, and not the form with options.
7 lines
163 B
Text
7 lines
163 B
Text
try {
|
|
window.scroll({ top: 0, left: 0, behavior: 'smooth' });
|
|
} catch {
|
|
window.scroll(0, 0);
|
|
}
|
|
<%= remove_element('#user-satisfaction') %>
|
|
<%= render_flash %>
|