fix issue189
This commit is contained in:
parent
ca09583fa5
commit
5c1926f186
|
@ -1,5 +1,5 @@
|
||||||
$('#all_attributes').html('<%= escape_javascript(render :partial => 'form') %>');
|
$('#all_attributes').html('<%= escape_javascript(render :partial => 'form') %>');
|
||||||
|
$(.splitcontent).style("display", "block")
|
||||||
<% if User.current.allowed_to?(:log_time, @issue.project) %>
|
<% if User.current.allowed_to?(:log_time, @issue.project) %>
|
||||||
$('#log_time').show();
|
$('#log_time').show();
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|
Loading…
Reference in New Issue