|
|
@ -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();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|