5 lines
98 B
JavaScript
5 lines
98 B
JavaScript
var fx, sfx;
|
|
$(function () {
|
|
$.fx.off = true;
|
|
$.support.transition = false;
|
|
});
|