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