|
@@ -197,6 +197,7 @@ $(document).ready(function() {
|
|
self.dragTree.loadPostData(result);
|
|
self.dragTree.loadPostData(result);
|
|
self.filingTree.removeNode(node);
|
|
self.filingTree.removeNode(node);
|
|
self.calcTotalFileCount();
|
|
self.calcTotalFileCount();
|
|
|
|
+ self.refreshFileCountHint();
|
|
if (parent) {
|
|
if (parent) {
|
|
const path = parent.getPath();
|
|
const path = parent.getPath();
|
|
for (const p of path) {
|
|
for (const p of path) {
|