Template:Kyoto/small countdown

From 2014.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 43: Line 43:
   -moz-user-select: none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -khtml-user-select: none;
 +
}
 +
#kyoto-alert:hover {
 +
    cursor: move;
}
}
#kyoto-alert-display {
#kyoto-alert-display {
Line 74: Line 77:
var year = </html>{{{year|2014}}}<html>;
var year = </html>{{{year|2014}}}<html>;
var month = </html>{{{month|10}}}<html>;
var month = </html>{{{month|10}}}<html>;
-
var day = </html>{{{day|10}}}<html>;
+
var day = </html>{{{day|18}}}<html>;
-
var freeze = Date.UTC(year, month-1, day+1, 4, 00, 0);
+
var freeze = Date.UTC(year, month-1, day, 4, 00, 0);
function get_current_utc() {
function get_current_utc() {

Latest revision as of 06:12, 10 October 2014

count down