changed import progress notification so it shows up for drag & drop as well

This commit is contained in:
zadam
2019-10-14 10:31:58 +02:00
parent 2fb3a3eff9
commit 2ee94a3a69
14 changed files with 136 additions and 134 deletions

View File

@@ -1,5 +1,6 @@
import utils from './utils.js';
import infoService from "./info.js";
import treeService from "./tree.js";
const $outstandingSyncsCount = $("#outstanding-syncs-count");