/[projects]/dao/DaoAdresseVedligehold/src/main/webapp/index.html
ViewVC logotype

Diff of /dao/DaoAdresseVedligehold/src/main/webapp/index.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2891 by torben, Sun Jan 31 22:45:03 2016 UTC revision 2900 by torben, Mon Feb 1 09:39:11 2016 UTC
# Line 42  function loadTasks() { Line 42  function loadTasks() {
42                                                    
43                          html += "<div class='panel " + pclass + "'>";                          html += "<div class='panel " + pclass + "'>";
44                          html += "<div class='panel-heading'><h4 class='panel-title'>" + entry.description + "</h4></div>";                          html += "<div class='panel-heading'><h4 class='panel-title'>" + entry.description + "</h4></div>";
45                            html += "  <div class='panel-body'>";
46    
47                          html += entry.detail;                          html += entry.detail;
48                                                    
# Line 59  function loadTasks() { Line 60  function loadTasks() {
60                                  }                                  }
61                          }                          }
62                                                    
63                          html += "<br/><div style='font-size: 8px; margin: 7px;'>" + entry.state + "</div>";                          html += "<br/><div style='font-size: 8px; '>" + entry.state + "</div>";
64                                                    
65                          html += "</div>";                          html += "  </div>"; //panel-body
66                            html += "</div>"; //panel
67                                                    
68                  });                  });
69                  if (html == "") {                  if (html == "") {
# Line 123  $(document).ready( function() { Line 125  $(document).ready( function() {
125                  }                  }
126                                    
127                                    
128                  $.get("rest/commands/distancecalculation/" + dist);                  $.get("rest/commands/distancecalculation/" + dist, function() {
129                            loadTasks(); //Force reload of tasks immediately
130                    } );
131                                    
132          });          });
133                    

Legend:
Removed from v.2891  
changed lines
  Added in v.2900

  ViewVC Help
Powered by ViewVC 1.1.20