diff --git a/core-ajax.html b/core-ajax.html
index 02b9083..b8aafbb 100644
--- a/core-ajax.html
+++ b/core-ajax.html
@@ -330,6 +330,10 @@
this.autoGo();
},
+ bodyChanged: function() {
+ this.autoGo();
+ },
+
autoChanged: function() {
this.autoGo();
},