Merge branch 'alan_develop' into develop

ouyangxuhua
alan 10 years ago
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…
Cancel
Save