Skip to content

Commit

Permalink
Add javascript to fix IE
Browse files Browse the repository at this point in the history
[#538 state:needs_verification]
  • Loading branch information
gschueler committed May 1, 2012
1 parent 365c5ae commit 494cfae
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,13 @@
});
});
});

/** reset focus on click, so that IE triggers onchange event*/
Event.observe($('doReplaceFilters'),'click',function (evt) {
this.blur();
this.focus();
});

</g:javascript>
</g:elseif>
<div class="buttons" id="formbuttons">
Expand Down

0 comments on commit 494cfae

Please sign in to comment.