Fix Mascot dialog

This commit is contained in:
Zixaphir 2014-01-11 21:15:58 -07:00
parent 9a5a4cc03c
commit 2061eb1a75
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -196,7 +196,7 @@ MascotTools =
title: "imagefile"
hidden: "hidden"
$.on input, 'click', FileRice
$.on input, 'click', fileRice
$.on fileInput, 'change', MascotTools.uploadImage