Merge branch 'alan_develop' into develop

This commit is contained in:
alan 2016-03-18 15:59:21 +08:00
commit 20cdec0cab
1 changed files with 2 additions and 1 deletions

View File

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