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

This commit is contained in:
alan 2016-03-17 21:17:30 +08:00
parent 34d1aef256
commit 6f5a4d429d
1 changed files with 1 additions and 1 deletions

View File

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