Skip to content

Commit 50001ab

Browse files
Łukasz HoleczekŁukasz Holeczek
authored andcommitted
extend black friday offer"
1 parent 42a51ee commit 50001ab

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

angular/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
14071407
var currentDate = new Date();
14081408
// Set some date in the future. In this case, it's always Jan 1
14091409
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
1410-
var futureDate = new Date(2018, 10, 24, 0, 0, 0, 0);
1410+
var futureDate = new Date(2018, 10, 26, 0, 0, 0, 0);
14111411
// Calculate the difference in seconds between the future and current date
14121412
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
14131413

black-friday/angular-bundle/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
709709
var currentDate = new Date();
710710
// Set some date in the future. In this case, it's always Jan 1
711711
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
712-
var futureDate = new Date(2018, 10, 24, 0, 0, 0, 0);
712+
var futureDate = new Date(2018, 10, 26, 0, 0, 0, 0);
713713
// Calculate the difference in seconds between the future and current date
714714
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
715715

black-friday/big-bundle/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
987987
var currentDate = new Date();
988988
// Set some date in the future. In this case, it's always Jan 1
989989
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
990-
var futureDate = new Date(2018, 10, 24, 0, 0, 0, 0);
990+
var futureDate = new Date(2018, 10, 26, 0, 0, 0, 0);
991991
// Calculate the difference in seconds between the future and current date
992992
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
993993

black-friday/bootstrap-bundle/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
709709
var currentDate = new Date();
710710
// Set some date in the future. In this case, it's always Jan 1
711711
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
712-
var futureDate = new Date(2018, 10, 24, 0, 0, 0, 0);
712+
var futureDate = new Date(2018, 10, 26, 0, 0, 0, 0);
713713
// Calculate the difference in seconds between the future and current date
714714
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
715715

black-friday/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
483483
var currentDate = new Date();
484484
// Set some date in the future. In this case, it's always Jan 1
485485
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
486-
var futureDate = new Date(2018, 10, 24, 0, 0, 0, 0);
486+
var futureDate = new Date(2018, 10, 26, 0, 0, 0, 0);
487487
// Calculate the difference in seconds between the future and current date
488488
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
489489

black-friday/react-bundle/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
709709
var currentDate = new Date();
710710
// Set some date in the future. In this case, it's always Jan 1
711711
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
712-
var futureDate = new Date(2018, 10, 24, 0, 0, 0, 0);
712+
var futureDate = new Date(2018, 10, 26, 0, 0, 0, 0);
713713
// Calculate the difference in seconds between the future and current date
714714
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
715715

black-friday/vue-bundle/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
709709
var currentDate = new Date();
710710
// Set some date in the future. In this case, it's always Jan 1
711711
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
712-
var futureDate = new Date(2018, 10, 24, 0, 0, 0, 0);
712+
var futureDate = new Date(2018, 10, 26, 0, 0, 0, 0);
713713
// Calculate the difference in seconds between the future and current date
714714
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
715715

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
14231423
var currentDate = new Date();
14241424
// Set some date in the future. In this case, it's always Jan 1
14251425
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
1426-
var futureDate = new Date(2018, 10, 24, 0, 0, 0, 0);
1426+
var futureDate = new Date(2018, 10, 26, 0, 0, 0, 0);
14271427
// Calculate the difference in seconds between the future and current date
14281428
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
14291429

react/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
14071407
var currentDate = new Date();
14081408
// Set some date in the future. In this case, it's always Jan 1
14091409
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
1410-
var futureDate = new Date(2018, 10, 24, 0, 0, 0, 0);
1410+
var futureDate = new Date(2018, 10, 26, 0, 0, 0, 0);
14111411
// Calculate the difference in seconds between the future and current date
14121412
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
14131413

vue/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ <h3 class="text-danger">This is one-time offer!</h3>
13921392
var currentDate = new Date();
13931393
// Set some date in the future. In this case, it's always Jan 1
13941394
// var futureDate = new Date(currentDate.getFullYear() + 1, 0, 1);
1395-
var futureDate = new Date(2018, 10, 24, 0, 0, 0, 0);
1395+
var futureDate = new Date(2018, 10, 26, 0, 0, 0, 0);
13961396
// Calculate the difference in seconds between the future and current date
13971397
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
13981398

0 commit comments

Comments
 (0)