/[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 2900 by torben, Mon Feb 1 09:39:11 2016 UTC revision 2903 by torben, Wed Feb 3 18:45:33 2016 UTC
# Line 19  Line 19 
19    
20    
21  function loadTasks() {  function loadTasks() {
22          $.get("TaskServlet", function(data) {          $.get("rest/tasks/list", function(data) {
23                  //console.log(data);                  //console.log(data);
24                                    
25                                    
# Line 60  function loadTasks() { Line 60  function loadTasks() {
60                                  }                                  }
61                          }                          }
62                                                    
63                          html += "<br/><div style='font-size: 8px; '>" + entry.state + "</div>";                          html += "<div style='font-size: 8px; '>" + entry.state + "</div>";
64                                                    
65                          html += "  </div>"; //panel-body                          html += "  </div>"; //panel-body
66                          html += "</div>"; //panel                          html += "</div>"; //panel

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

  ViewVC Help
Powered by ViewVC 1.1.20