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