From 6455d80a6e1ba871ac0eb57a367ce9a4320e1759 Mon Sep 17 00:00:00 2001 From: phlacin Date: Wed, 11 Feb 2015 23:08:10 -0800 Subject: [PATCH] Added Moment.js library and added logic to the time for the next Live session. --- public/js/lib/moment/moment.js | 3 +++ public/js/lib/moment/nextTuesday.js | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 public/js/lib/moment/moment.js create mode 100644 public/js/lib/moment/nextTuesday.js diff --git a/public/js/lib/moment/moment.js b/public/js/lib/moment/moment.js new file mode 100644 index 0000000000..135be1ac41 --- /dev/null +++ b/public/js/lib/moment/moment.js @@ -0,0 +1,3 @@ +/** + * Created by jason on 2/11/15. + */ diff --git a/public/js/lib/moment/nextTuesday.js b/public/js/lib/moment/nextTuesday.js new file mode 100644 index 0000000000..135be1ac41 --- /dev/null +++ b/public/js/lib/moment/nextTuesday.js @@ -0,0 +1,3 @@ +/** + * Created by jason on 2/11/15. + */