Skip to content

Commit

Permalink
Report: Fix #66.
Browse files Browse the repository at this point in the history
  • Loading branch information
yscialom committed Dec 8, 2013
1 parent 457db63 commit 2b4dc94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/js/dynamic.js
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,7 @@ var SalaryFilter = AbstractFilter.extend({
max = Math.max(max, range[1]);
}
});
min = 0; // FIXME: temporary bugfix of #66.

/* htlm */
var $filter_salary_from = $(
Expand Down

0 comments on commit 2b4dc94

Please sign in to comment.