diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 6833d1d9f..fa13e01e7 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -13170,7 +13170,7 @@ title: "imagefile", hidden: "hidden" }); - $.on(input, 'click', FileRice); + $.on(input, 'click', fileRice); $.on(fileInput, 'change', MascotTools.uploadImage); $.after(input, fileInput); break; diff --git a/builds/crx/script.js b/builds/crx/script.js index 9fb496909..e6f797a22 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -13160,7 +13160,7 @@ title: "imagefile", hidden: "hidden" }); - $.on(input, 'click', FileRice); + $.on(input, 'click', fileRice); $.on(fileInput, 'change', MascotTools.uploadImage); $.after(input, fileInput); break; diff --git a/src/Theming/Mascots.coffee b/src/Theming/Mascots.coffee index fc54d0bb4..096284c86 100644 --- a/src/Theming/Mascots.coffee +++ b/src/Theming/Mascots.coffee @@ -196,7 +196,7 @@ MascotTools = title: "imagefile" hidden: "hidden" - $.on input, 'click', FileRice + $.on input, 'click', fileRice $.on fileInput, 'change', MascotTools.uploadImage