From d79069644806cf18d0437b54b9a54b83585c30bf Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 19 Aug 2015 02:58:18 +0000 Subject: [PATCH] removed the successful saving alert in the code edit view --- codepot/src/codepot/views/code_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codepot/src/codepot/views/code_edit.php b/codepot/src/codepot/views/code_edit.php index 97cd48dc..980c35c3 100644 --- a/codepot/src/codepot/views/code_edit.php +++ b/codepot/src/codepot/views/code_edit.php @@ -180,7 +180,7 @@ $(function () { // once the existing document is saved, arrange to return // to the the head revision regardless of the original revision. return_button.attr ('href', base_return_anchor); - show_alert ('Saved', "lang->line('Success')?>"); + //show_alert ('Saved', "lang->line('Success')?>"); } else {