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