diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 27c583e08..2a892cae6 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1764,6 +1764,7 @@ define([ // Create the pad var create = function (template) { + $creationContainer.remove(); // Type of pad var ownedVal = parseInt($('input[name="cp-creation-owned"]:checked').val()); // Life time @@ -1784,7 +1785,6 @@ define([ expire: expireVal, template: template }, function () { - $creationContainer.remove(); cb(); }); };