/[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 2927 by torben, Fri Feb 5 11:01:48 2016 UTC revision 2928 by torben, Fri Feb 5 11:09:02 2016 UTC
# Line 51  function loadTasks() { Line 51  function loadTasks() {
51                                                    
52                          html += "<div class='panel " + pclass + "'>";                          html += "<div class='panel " + pclass + "'>";
53                          html += "<div class='panel-heading'>";                          html += "<div class='panel-heading'>";
54                          if (entry.state == "STATE_DONE" || entry.state == "STATE_ABORTED") {                          if (entry.state == "STATE_DONE" || entry.state == "STATE_ABORTED" || entry.state ==  "STATE_QUEUED") {
55                                  html += "<button type='button' class='close removetask' aria-label='Close' taskid='" + entry.id+ "'><span aria-hidden='true'>&times;</span></button>";                                  html += "<button type='button' class='close removetask' aria-label='Close' taskid='" + entry.id+ "'><span aria-hidden='true'>&times;</span></button>";
56                          }                          }
57                          html += "<h4 class='panel-title'>" + entry.description + "</h4>";                          html += "<h4 class='panel-title'>" + entry.description + "</h4>";

Legend:
Removed from v.2927  
changed lines
  Added in v.2928

  ViewVC Help
Powered by ViewVC 1.1.20