Merge branch 'alan_develop' into develop
This commit is contained in:
commit
20cdec0cab
|
@ -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();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue