@sunbird-cb/consumption 0.0.51 → 0.0.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/sunbird-cb-consumption.umd.js +6 -3
- package/bundles/sunbird-cb-consumption.umd.js.map +1 -1
- package/bundles/sunbird-cb-consumption.umd.min.js +1 -1
- package/bundles/sunbird-cb-consumption.umd.min.js.map +1 -1
- package/esm2015/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.js +7 -4
- package/esm5/lib/_common/cards/card-assessment/card-assessment/card-assessment.component.js +7 -4
- package/fesm2015/sunbird-cb-consumption.js +6 -3
- package/fesm2015/sunbird-cb-consumption.js.map +1 -1
- package/fesm5/sunbird-cb-consumption.js +6 -3
- package/fesm5/sunbird-cb-consumption.js.map +1 -1
- package/package.json +1 -1
|
@@ -11302,9 +11302,12 @@
|
|
|
11302
11302
|
/** @type {?} */
|
|
11303
11303
|
var now = new Date().getTime();
|
|
11304
11304
|
/** @type {?} */
|
|
11305
|
-
var startingDate = new Date(startDate)
|
|
11306
|
-
startingDate.setHours(startingDate.getHours() - 5);
|
|
11307
|
-
startingDate.setMinutes(startingDate.getMinutes() - 30);
|
|
11305
|
+
var startingDate = new Date(startDate)
|
|
11306
|
+
// startingDate.setHours(startingDate.getHours() - 5);
|
|
11307
|
+
// startingDate.setMinutes(startingDate.getMinutes() - 30);
|
|
11308
|
+
;
|
|
11309
|
+
// startingDate.setHours(startingDate.getHours() - 5);
|
|
11310
|
+
// startingDate.setMinutes(startingDate.getMinutes() - 30);
|
|
11308
11311
|
startingDate = startingDate.getTime();
|
|
11309
11312
|
/** @type {?} */
|
|
11310
11313
|
var distance = startingDate - now;
|