Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 5bfbfa9

Browse files
committed
Automatically send requests on body change.
1 parent 75da881 commit 5bfbfa9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core-ajax.html

+4
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,10 @@
330330
this.autoGo();
331331
},
332332

333+
bodyChanged: function() {
334+
this.autoGo();
335+
},
336+
333337
autoChanged: function() {
334338
this.autoGo();
335339
},

0 commit comments

Comments
 (0)