From 132b54b8d5c45e717f2a31a0285375d963dcc125 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 8 Jan 2016 12:43:53 -0500 Subject: [PATCH] Update dash board adding Sault Ste Marie remove upwater trails --- dash/app.js | 8 ++++++++ index.html | 12 ++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/dash/app.js b/dash/app.js index de8a248..b9281d4 100644 --- a/dash/app.js +++ b/dash/app.js @@ -129,6 +129,14 @@ $(document).ready(function(){ el: '#moleholeList', collection: moleholeTasks}); + // Sault Ste Marie + var ssmTasks = new Tasks([ + ]); + ssmTasks.url = prefixUrl + '/Dash/fetchTask.php'; + ssmTasks.fetch({cache: false, async:true, data: {pid: 3977, t: bTime}}); + var ssmList = new TaskListView({ + el: '#ssmList', + collection: ssmTasks}); }); diff --git a/index.html b/index.html index b04256a..d277fb2 100644 --- a/index.html +++ b/index.html @@ -53,8 +53,8 @@
-

Michigan Scientific

- Staffords +
@@ -69,8 +69,8 @@
-

Staffords

-
Sault Ste Marie +
@@ -175,8 +175,8 @@
-

EUPRPDC

- Michigan Scientific +
-- 2.17.1