mirror of
https://github.com/redmine/redmine.git
synced 2026-07-07 00:57:25 +02:00
Use CSS to highlight the journal title (#22978).
git-svn-id: http://svn.redmine.org/redmine/trunk@16912 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -167,14 +167,3 @@ end %>
|
||||
<% end %>
|
||||
|
||||
<%= context_menu %>
|
||||
|
||||
<%= javascript_tag do %>
|
||||
$(document).ready(function(){
|
||||
$(window).on('load hashchange',function(){
|
||||
var hash = location.hash;
|
||||
if (hash.match(/^#(change|note)-\d+$/)){
|
||||
$('div' + hash).addClass('highlight').removeClass('highlight', 4000)
|
||||
}
|
||||
});
|
||||
});
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user