diff --git a/src/RestoreDatabase.php b/src/RestoreDatabase.php index 327664a19a..18880ccbfd 100644 --- a/src/RestoreDatabase.php +++ b/src/RestoreDatabase.php @@ -53,7 +53,7 @@ $('#restoredatabase').submit(function (event) { event.preventDefault(); $("#restorestatus").css("color", "orange"); - $("#restorestatus").html(); + $("#restorestatus").html(""); var formData = new FormData($(this)[0]); $.ajax({ url: window.CRM.root + '/api/database/restore',