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

@@ -162,7 +162,6 @@ define([
$pwInput.val(data.password).click(function () {
$pwInput[0].select();
});
$(password).find('.cp-checkmark').css('margin-bottom', '15px');
$d.append(password);
}
@@ -957,7 +956,7 @@ define([
};
};
var setHTML = function (e, html) {
var setHTML = UIElements.setHTML = function (e, html) {
e.innerHTML = html;
return e;
};