Commit 602f6cd16a7cd05a0b3a5c10837e3b03a6d64503

Authored by Palak Handa
1 parent c08b290ac2
Exists in master and in 1 other branch paytm

update timer

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
pages/registration.html
... ... @@ -55,7 +55,7 @@
55 55 <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 25px;" ng-click="register('chandigarh')"><b>Apply</b></button>
56 56 </div>
57 57 <div class="clearfix"></div>
58   - <label class="card-sub-title"><span style="color:red">Only 30 pitch slots left book your slot fast</span> : <span id="maininvest"></span>*</label><br>
  58 + <label class="card-sub-title"><span style="color:red">Prices increase in 3days(Wednesday midnight)</span> : <span id="maininvest"></span>*</label><br>
59 59 <label class="card-sub-title"><span>Agenda of the main event:<a href ="https://docs.google.com/spreadsheets/d/1NIcr0V02EMdr2rSNYXaP2gV8A5J5dQAV_a6fzAw5AE4/edit?usp=sharing" target="_blank" style="color:#269abc"> Click here</a></span></label>
60 60 <label class="card-sub-title"><span>Highlights of 2016 edition:<a href ="https://www.youtube.com/watch?v=8i1bLQ7jS0I&feature=youtu.be" target="_blank" style="color:#269abc"> https://youtu.be/8i1bLQ7jS0I</a></span></label>
61 61 <label class="card-sub-title"><span>Concept of 2017 edition:<a href ="https://www.youtube.com/watch?v=FpJWuhZj1bc&feature=youtu.be" target="_blank" style="color:#269abc"> https://youtu.be/FpJWuhZj1bc</a></span></label>
... ...
... ... @@ -59,7 +59,7 @@
59 59 hide: false
60 60 };
61 61  
62   - var maininvest = new Date("Dec 16, 2017 11:00:00").getTime();
  62 + var maininvest = new Date("Dec 13, 2017 00:00:00").getTime();
63 63 // Update the count down every 1 second
64 64 var x = setInterval(function() {
65 65 // Get todays date and time
... ...