Merge branch 'develop' of https://git.trustie.net/jacknudt/trustieforge into develop
This commit is contained in:
commit
0413eb1c02
|
@ -9,7 +9,7 @@
|
|||
$(function(){
|
||||
$("#RSide").removeAttr("id");
|
||||
$("#Container").css("width","1000px");
|
||||
if(<%= @is_edit %>) {
|
||||
if(true == <%= @is_edit %>) {
|
||||
issueEditShow();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue