From c14c0e722778c80dbd197544385352e6788ae8d4 Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 24 Mar 2017 22:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/games/file_edit.js.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/games/file_edit.js.erb b/app/views/games/file_edit.js.erb index 8810068bf..9851dc259 100644 --- a/app/views/games/file_edit.js.erb +++ b/app/views/games/file_edit.js.erb @@ -1,5 +1,5 @@ $("#file_entry_content").html('<%= escape_javascript(render :partial => 'games/file_edit_form') %>'); -//$("#file_entry_content_inner").html('<%#= escape_javascript(render :partial => 'games/extend_file_edit_form') %>'); +$("#file_entry_content_inner").html('<%= escape_javascript(render :partial => 'games/extend_file_edit_form') %>'); $("#sava_edit_btn1").show(); $("#sava_edit_btn").show(); $("#bottom_save_edit").show(); \ No newline at end of file