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

Commit ae4696a

Browse files
author
v1ncenth
committed
jQuery 3.0 update
1 parent 84bb17f commit ae4696a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/static/js/fb-ctf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2837,7 +2837,7 @@ function setupInputListeners() {
28372837
$customEmblemInput.trigger('click');
28382838
});
28392839
// on file input change, set image preview and emblem carousel notice
2840-
$customEmblemInput.on('change',', function() {
2840+
$customEmblemInput.on('change', function() {
28412841
var input = this;
28422842
if (input.files && input.files[0]) {
28432843
if (input.files[0].size > (1000*1024)) {

0 commit comments

Comments
 (0)