From 7b644ec362371a8c2593d2a92f9231d38c5f6300 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 8 May 2014 19:00:06 +0800 Subject: [PATCH] Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- Pman.Dialog.CoreAutoSavePreview.bjs | 2 +- Pman.Dialog.CoreAutoSavePreview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index 068c758b..c4fe2305 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -7,7 +7,7 @@ "items": [ { "listeners": { - "show": "function (_self)\n{\n if(typeof(_this.data) != 'undefined'){\n _this.grid.footer.onClick('first');\n }\n \n _this.source = '';\n \n _this.viewPanel.setContent(\"\");\n \n}" + "show": "function (_self)\n{\n if(typeof(_this.data) != 'undefined'){\n _this.grid.footer.onClick('first');\n }\n \n _this.source = '';\n \n _this.viewPanel.setContent(\"Please select a version on the left\");\n \n}" }, "background": false, "closable": false, diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index 14918f07..17534c57 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -39,7 +39,7 @@ Pman.Dialog.CoreAutoSavePreview = { _this.source = ''; - _this.viewPanel.setContent(""); + _this.viewPanel.setContent("Please select a version on the left"); } }, -- 2.39.2