[www-doc] [Git][VideoLAN.org/websites][master] vdd18: fix invalid date

Jean-Baptiste Kempf gitlab at videolan.org
Wed Aug 22 14:54:25 CEST 2018


Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites


Commits:
e3d2c0ff by David Loiret at 2018-08-22T14:54:23+02:00
vdd18: fix invalid date

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

- - - - -


1 changed file:

- www.videolan.org/videolan/events/vdd18/index.php


Changes:

=====================================
www.videolan.org/videolan/events/vdd18/index.php
=====================================
--- a/www.videolan.org/videolan/events/vdd18/index.php
+++ b/www.videolan.org/videolan/events/vdd18/index.php
@@ -66,7 +66,7 @@
 };
 
 $(function($){
-    countdownManager.init(new Date('2018-09-21 00:00:00'));
+    countdownManager.init(new Date('2018-09-21'));
 });
 </script>
 <header class="header-bg">



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/e3d2c0ff8a0d262150b9077a947f39d48f1f7767

-- 
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/e3d2c0ff8a0d262150b9077a947f39d48f1f7767
You're receiving this email because of your account on code.videolan.org.


More information about the www-doc mailing list