Commit e75d2810 authored by PidgeyL's avatar PidgeyL
Browse files

fix incomplete commit

parent d6be16b6
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -27,18 +27,15 @@
      CPE = CPE+comments;
      if(editedCPE){
        var url ="/admin/{{ listType|lower }}/edit";
        postURL(url, CPE, cpetype);
      }else{
        $.getJSON('/admin/addToList', {
          list:'{{ listType|lower }}',
          cpe:CPE,
          type:cpetype
          list:'{{ listType|lower }}', cpe:CPE, type:cpetype
        }, function(data) {
          alert('in');
          showStatus(data);
          fillTable(data);
        });
      }
      //postURL(url, CPE, cpetype);
    }
    function showStatus(data){
      $("#status").removeClass();