Fix Mascot dialog
This commit is contained in:
parent
9a5a4cc03c
commit
2061eb1a75
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -196,7 +196,7 @@ MascotTools =
|
||||
title: "imagefile"
|
||||
hidden: "hidden"
|
||||
|
||||
$.on input, 'click', FileRice
|
||||
$.on input, 'click', fileRice
|
||||
|
||||
$.on fileInput, 'change', MascotTools.uploadImage
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user