ouyang v20160318
huang 10 years ago
commit 0413eb1c02

@ -9,7 +9,7 @@
$(function(){ $(function(){
$("#RSide").removeAttr("id"); $("#RSide").removeAttr("id");
$("#Container").css("width","1000px"); $("#Container").css("width","1000px");
if(<%= @is_edit %>) { if(true == <%= @is_edit %>) {
issueEditShow(); issueEditShow();
} }
}); });

Loading…
Cancel
Save