Commit b475130901b08b0327808b17dd21fa23513fdc0d

Authored by Antonio Terceiro
1 parent 509d02d6

Fixing the fix

(ActionItem1711)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/javascripts/application.js
... ... @@ -578,7 +578,7 @@ function limited_text_area(textid, limit) {
578 578 }
579 579  
580 580 jQuery(function($) {
581   - $('a').each(function() {
  581 + $('a').each(function($) {
582 582 if (this.href == document.location.href) {
583 583 $(this).addClass('link-this-page');
584 584 }
... ...