Merge branch 'alan_develop' into develop
This commit is contained in:
commit
20cdec0cab
|
@ -9,7 +9,8 @@
|
|||
$(function(){
|
||||
$("#RSide").removeAttr("id");
|
||||
$("#Container").css("width","1000px");
|
||||
if(true == <%= @is_edit %>) {
|
||||
is_edit = <%= @is_edit.present? && @is_edit == true %>
|
||||
if(is_edit) {
|
||||
issueEditShow();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue