Browse Source

Improves the presentation logic.

devel
Jonathan Rosenbaum 8 years ago
parent
commit
9d07e9a740
  1. 1
      js/transaction.js

1
js/transaction.js

@ -711,7 +711,6 @@ $(function() {
if (obj) {
var volunteer_hours = obj.volunteer_hours;
if (volunteer_hours.length) {
$("#volunteer_hours").prop("title","").empty();
$("#volunteer_hours").prop("title",title).html("Volunteer Hours");
} else {
$("#volunteer_hours").prop("title","").empty();

Loading…
Cancel
Save