update dash
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 2 May 2016 13:16:28 +0000 (09:16 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 2 May 2016 13:16:28 +0000 (09:16 -0400)
dash/app.js
index.html

index 57c8ad8..117a094 100644 (file)
@@ -22,15 +22,6 @@ $(document).ready(function(){
         el: '#misciList',
         collection: misciTasks});
 
-    // Gaslight
-    var gaslightTasks = new Tasks([
-    ]);
-    gaslightTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    gaslightTasks.fetch({cache: false, async:true, data: {pid: 3989, t: bTime}});
-    var gaslightList = new TaskListView({
-        el: '#gaslightList',
-        collection: gaslightTasks});
-
     // Think Dunes
     var thinkdunesTasks = new Tasks([
     ]);
@@ -67,14 +58,12 @@ $(document).ready(function(){
         el: '#discoverList',
         collection: discoverTasks});
 
-    // Pellston Airport
-    var pellstonTasks = new Tasks([
+    // John Hoffman Landscaping 
+    var hoffmanTasks = new Tasks([
     ]);
-    pellstonTasks.url = prefixUrl + '/Dash/fetchTask.php';
-    pellstonTasks.fetch({cache: false, async:true, data: {pid: 3901, t: bTime}});
-    var pellstonList = new TaskListView({
-        el: '#pellstonList',
-        collection: pellstonTasks});
-
-
+    hoffmanTasks.url = prefixUrl + '/Dash/fetchTask.php';
+    hoffmanTasks.fetch({cache: false, async:true, data: {pid: 4016, t: bTime}});
+    var hoffmanList = new TaskListView({
+        el: '#hoffmanList',
+        collection: hoffmanTasks});
 });
index 80140f7..aa2b7e1 100644 (file)
 
             <div class="row">
 
-
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=3901" target="_blank">Pellston Airport</a></h3>
-                    <table id="pellstonList"
+                    <h3><a href="../project.php?pid=4020" target="_blank">Events Plugin</a></h3>
+                    <table id="eventsList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>
 
             <div class="row">
                 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=3989" target="_blank">Gaslight Media</a></h3>
-                    <table id="gaslightList"
-                        class="table table-condensed table-striped table-bordered table-hover">
-                        <thead>
-                            <tr>
-                                <th>Employee</th>
-                                <th>Status</th>
-                                <th>Task Name</th>
-                                <th>Deadline</th>
-                            </tr>
-                        </thead>
-                    </table>
-                </div>
-                <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
-                    <h3><a href="../project.php?pid=4020" target="_blank">Events Plugin</a></h3>
-                    <table id="eventsList"
+                    <h3><a href="../project.php?pid=4016" target="_blank">John Hoffman Landscaping</a></h3>
+                    <table id="hoffmanList"
                         class="table table-condensed table-striped table-bordered table-hover">
                         <thead>
                             <tr>