##// END OF EJS Templates
strip: fix js bug
Bartłomiej Wołyńczyk -
r1604:73e4cb77 default
parent child Browse files
Show More
@@ -95,6 +95,7 b' delOld = function(number){'
95 minus.detach();
95 minus.detach();
96 box.append(plus);
96 box.append(plus);
97 box.append(minus);
97 box.append(minus);
98 plus_leaf --;
98 }
99 }
99 reIndex(number+1);
100 reIndex(number+1);
100
101
General Comments 0
You need to be logged in to leave comments. Login now