diff --git a/sae/config.js b/sae/config.js index 5f8e431..add5ab5 100644 --- a/sae/config.js +++ b/sae/config.js @@ -722,7 +722,7 @@ function SAEO_Config() { event: { started: function() {}, stopped: function() {}, - reseted: function(hard) { console.warn("RES", hard); }, + reseted: function(hard) {}, paused: function(paused) {} } };