We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a2ab8 commit bd554b6Copy full SHA for bd554b6
1 file changed
Resources/Public/ajax.js
@@ -1,7 +1,7 @@
1
(function () {
2
var containers = document.querySelectorAll('[data-ajaxify]');
3
4
- [].slice.call.from(containers).forEach(function(el) {
+ [].slice.call(containers).forEach(function(el) {
5
loadContainer(el);
6
});
7
0 commit comments