removed the successful saving alert in the code edit view

This commit is contained in:
hyung-hwan 2015-08-19 02:58:18 +00:00
parent 887941baad
commit d790696448

View File

@ -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', "<?php print $this->lang->line('Success')?>");
//show_alert ('Saved', "<?php print $this->lang->line('Success')?>");
}
else
{