Add a file upload modal

This commit is contained in:
yflory
2018-05-31 13:26:06 +02:00
parent 8ce539a89e
commit ba0e000808
7 changed files with 88 additions and 69 deletions

View File

@@ -429,10 +429,6 @@ define([
var input = opt.password ? $(inputBlock).find('input')[0] : inputBlock;
input.value = typeof(def) === 'string'? def: '';
if (opt.password) {
$(inputBlock).find('.cp-checkmark').css('margin-bottom', '15px');
}
var message;
if (typeof(msg) === 'string') {
if (!force) { msg = Util.fixHTML(msg); }