mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
@@ -379,11 +379,12 @@
|
||||
|
||||
initContainer: function () {
|
||||
var $container = this.$container;
|
||||
|
||||
this.container = {
|
||||
width: max($container.width(), 300),
|
||||
height: max($container.height(), 150)
|
||||
};
|
||||
if($container !== NULL){
|
||||
this.container = {
|
||||
width: max($container.width(), 300),
|
||||
height: max($container.height(), 150)
|
||||
};
|
||||
}
|
||||
},
|
||||
|
||||
initCropper: function () {
|
||||
|
||||
Reference in New Issue
Block a user