From 841af6868d0972894d8871521e90af1be874848c Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 18 Feb 2019 17:08:18 +0000 Subject: [PATCH] Fix paste issue during commit :-s --- web/pgadmin/tools/backup/static/js/backup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/tools/backup/static/js/backup.js b/web/pgadmin/tools/backup/static/js/backup.js index f7a903345..32a37a982 100644 --- a/web/pgadmin/tools/backup/static/js/backup.js +++ b/web/pgadmin/tools/backup/static/js/backup.js @@ -229,7 +229,7 @@ define([ type: 'note', visible: function(m) { return m.get('type') === 'server'; - },Only objects global to the entire database will be backed up in PLAIN format + }, }, { type: 'nested', control: 'fieldset',