Browse Source

Merge branch 'master' of github.com:2600hz/monster-ui-voip

4.3
Jean-Roch Maitre 8 years ago
parent
commit
67fa363a0b
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      submodules/strategy/strategy.js

+ 5
- 5
submodules/strategy/strategy.js View File

@ -727,11 +727,11 @@ define(function(require) {
},
template;
_.each(self.weekdayLabels, function(val) {
if (strategyData.temporalRules.weekdays[val].id in strategyData.callflows.MainCallflow.flow.children) {
templateData.afterhours = true;
}
});
_.each(self.weekdayLabels, function(val) {
if (strategyData.temporalRules.weekdays[val].id in strategyData.callflows.MainCallflow.flow.children) {
templateData.afterhours = true;
}
});
template = $(monster.template(self, 'strategy-' + templateName, templateData));


Loading…
Cancel
Save