Explorar el Código

subtree limit alpha

Ivan Asmer hace 8 años
padre
commit
6e61dac839
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      static/index.js

+ 1 - 1
static/index.js

@@ -57,7 +57,7 @@ setTimeout(function(){
     function btnDel(){
         var arr = $s.hashTable.slice();
         var thisLine = this.parentElement.parentElement;
-        arr.splice(thisLine.rowIndex,1)
+        arr.splice(thisLine.rowIndex -1,1)
         $s.hashTable = arr;
         $s.btnDel = {onclick: btnDel};
         //document.onchange();