Skip to content

Commit bd554b6

Browse files
committed
BUGFIX: fix JS typoe
1 parent 47a2ab8 commit bd554b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/Public/ajax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(function () {
22
var containers = document.querySelectorAll('[data-ajaxify]');
33

4-
[].slice.call.from(containers).forEach(function(el) {
4+
[].slice.call(containers).forEach(function(el) {
55
loadContainer(el);
66
});
77

0 commit comments

Comments
 (0)