72d003b62c
Some browers complain about this.
7 lines
166 B
Text
7 lines
166 B
Text
try {
|
|
window.scroll({ top: 0, left: 0, behavior: 'smooth' });
|
|
} catch(e) {
|
|
window.scroll(0, 0);
|
|
}
|
|
<%= remove_element('#user-satisfaction') %>
|
|
<%= render_flash %>
|