mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
PERFORMANCE: disables jquery animations during testing
This commit is contained in:
@@ -169,4 +169,7 @@ Object.keys(requirejs.entries).forEach(function(entry) {
|
||||
}
|
||||
});
|
||||
|
||||
// forces 0 as duration for all jquery animations
|
||||
jQuery.fx.off = true;
|
||||
|
||||
resetSite();
|
||||
|
||||
Reference in New Issue
Block a user