瀏覽代碼

subtree limit alpha

Ivan Asmer 8 年之前
父節點
當前提交
6e61dac839
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();