|
|
@ -178,7 +178,7 @@ var dialog = {
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
conf.content = container.replace(/{content}/g, conf.content);
|
|
|
|
conf.content = container.replace(/{content}/g, conf.content);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
conf.timeout = 2200;
|
|
|
|
conf.timeout = ifEmpty(conf.timeout, 2000);
|
|
|
|
this.open(conf);
|
|
|
|
this.open(conf);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|