Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdvyas committed Mar 6, 2014
2 parents f079faa + 424e49e commit 3530d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"base_template": "lib/website/templates/base.html",
"framework_version": "3.9.6",
"framework_version": "3.9.7",
"modules": {
"Calendar": {
"color": "#2980b9",
Expand Down
1 change: 1 addition & 0 deletions public/js/wn/views/grid_report.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ wn.views.GridReport = Class.extend({
var date_diff = dateutil.get_diff(this.to_date, this.from_date);

me.column_map = {};
me.last_date = null;

var add_column = function(date) {
me.columns.push({
Expand Down

0 comments on commit 3530d78

Please sign in to comment.