From a21f3e9cd628dcd6b640822fef3083ee654b21a8 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 1 Apr 2016 16:54:42 -0400 Subject: [PATCH] Creating new page for team This should really be setup properly as a backbone app --- dash/app.js | 4 ++-- index.html | 4 ++-- team.html | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 4 deletions(-) create mode 100644 team.html diff --git a/dash/app.js b/dash/app.js index e2b8fec..844854c 100644 --- a/dash/app.js +++ b/dash/app.js @@ -1,6 +1,6 @@ $(document).ready(function(){ - var prefixUrl = '';//'/glmdb.gaslightmedia.com'; - //var prefixUrl = '/glmdb.gaslightmedia.com'; + //var prefixUrl = '';//'/glmdb.gaslightmedia.com'; + var prefixUrl = '/glmdb.gaslightmedia.com'; var bDate = new Date(); var bTime = bDate.getTime(); diff --git a/index.html b/index.html index ad1fc3b..01ba275 100644 --- a/index.html +++ b/index.html @@ -25,8 +25,8 @@