projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9ae63b
)
INFRA-132 - angular-crmMailingAB/directives.js
author
Tim Otten
<totten@civicrm.org>
Sat, 24 Jan 2015 08:00:57 +0000
(
00:00
-0800)
committer
Tim Otten
<totten@civicrm.org>
Sat, 24 Jan 2015 08:02:07 +0000
(
00:02
-0800)
js/angular-crmMailingAB/directives.js
patch
|
blob
|
blame
|
history
diff --git
a/js/angular-crmMailingAB/directives.js
b/js/angular-crmMailingAB/directives.js
index 17071a55ee9a1e8be121c444859d963c4493acd1..d5f170c58f7ee0100ca54d95d16f02fd2add047e 100644
(file)
--- a/
js/angular-crmMailingAB/directives.js
+++ b/
js/angular-crmMailingAB/directives.js
@@
-137,6
+137,7
@@
split_count: options.split_count,
split_count_select: i
});
+ /*jshint -W083 */
result.then(function (data) {
var temp = 0;
keep_cnt++;
@@
-148,7
+149,7
@@
var year = t[2];
var day = t[1].substr(0, t[1].length - 3);
var t1, hur, hour, min;
- if (
t[3] == ""
) {
+ if (
_.isEmpty(t[3])
) {
t1 = t[4].split(":");
hur = t1[0];
if (t[5] == "AM") {