Skip to content

Commit

Permalink
This is only used in this conditional branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 31, 2014
1 parent cd6fcd1 commit 6846f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/js/kronolith.js
Original file line number Diff line number Diff line change
Expand Up @@ -5533,7 +5533,6 @@ KronolithCore = {
if (!dt) {
dt = new Date(event.value.s).toString('yyyyMMdd');
}
dates = this.viewDates(this.parseDate(dt), this.view);
if (event) {
$H(event.value.rs).each(function(r) {
var r_cal = ['resource', r.value.calendar],
Expand Down Expand Up @@ -5568,6 +5567,7 @@ KronolithCore = {
}.bind(this));

if (update_cals.length) {
dates = this.viewDates(this.parseDate(dt), this.view);
this.loadEvents(dates[0], dates[1], this.view, update_cals);
}
}
Expand Down

0 comments on commit 6846f18

Please sign in to comment.