修改《issue详情页面样式乱了》

ouyang
alan 10 years ago
parent 34d1aef256
commit 6f5a4d429d

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

Loading…
Cancel
Save