9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
<%= javascript_tag "jQuery.fx.off = true" %>
|
|
<style>
|
|
* {
|
|
transition: none !important;
|
|
animation-duration: 0s !important;
|
|
animation-delay: 0s !important;
|
|
}
|
|
</style>
|