Skip to content

Commit e7f2001

Browse files
committed
JetAjaxForm no longer requires jQuery
1 parent fe7125c commit e7f2001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/JetAjaxForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ let JetAjaxForm = {
144144
info += percent+'%';
145145
}
146146

147-
$('#__progress_prc__').html( info );
147+
document.getElementById('__progress_prc__').innerHTML = info;
148148
};
149149

150150

0 commit comments

Comments
 (0)