修复《issue具体页面样式》

ouyangxuhua
alan 10 years ago
parent 6f5a4d429d
commit 66d2558f87

@ -9,7 +9,8 @@
$(function(){ $(function(){
$("#RSide").removeAttr("id"); $("#RSide").removeAttr("id");
$("#Container").css("width","1000px"); $("#Container").css("width","1000px");
if(true == <%= @is_edit %>) { is_edit = <%= @is_edit.present? && @is_edit == true %>
if(is_edit) {
issueEditShow(); issueEditShow();
} }
}); });

Loading…
Cancel
Save