diff --git a/app/controllers/games_controller.rb b/app/controllers/games_controller.rb
index 48af72ae5..2862f2695 100644
--- a/app/controllers/games_controller.rb
+++ b/app/controllers/games_controller.rb
@@ -61,10 +61,10 @@ class GamesController < ApplicationController
end
def file_edit
- entry_and_raw(false)
- @content = @repository.cat(@path, @rev).strip
- # respond_to do |format|
- # format.js
+ # entry_and_raw(false)
+ # @content = @repository.cat(@path, @rev).strip
+ # # respond_to do |format|
+ # # format.js
# end
end
diff --git a/app/views/games/_myshixun_repository.html.erb b/app/views/games/_myshixun_repository.html.erb
index b292bd0ab..121df51f8 100644
--- a/app/views/games/_myshixun_repository.html.erb
+++ b/app/views/games/_myshixun_repository.html.erb
@@ -4,8 +4,7 @@
<% if params[:action] == "entry" || @file_open %>
-
-
+
<% end %>
diff --git a/app/views/games/entry.html.erb b/app/views/games/entry.html.erb
deleted file mode 100644
index a0945278a..000000000
--- a/app/views/games/entry.html.erb
+++ /dev/null
@@ -1,14 +0,0 @@
-<%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
-
-
-
-
- <%= render :partial => 'myshixun_breadcrumbs', :locals => {:path => @path, :kind => 'dir'} %>
-
-
- <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
- <% content_for :header_tags do %>
- <%= stylesheet_link_tag "scm" %>
- <% end %>
-
-
diff --git a/app/views/games/file_edit.js.erb b/app/views/games/file_edit.js.erb
index 2fe45ed6f..4703617f8 100644
--- a/app/views/games/file_edit.js.erb
+++ b/app/views/games/file_edit.js.erb
@@ -1,7 +1,7 @@
-$("#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') %>');
-$("#sava_edit_btn1").show();
-$("#sava_edit_btn").show();
-$("#bottom_save_edit").show();
-editor_CodeMirror.refresh();
-editor.refresh();
\ No newline at end of file
+//$("#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') %>');
+//$("#sava_edit_btn1").show();
+//$("#sava_edit_btn").show();
+//$("#bottom_save_edit").show();
+//editor_CodeMirror.refresh();
+//editor.refresh();
\ No newline at end of file