Confirmation box for when adding multiple folders on the same path (#1960)

This commit is contained in:
kc1212
2016-03-17 23:05:37 +00:00
committed by Audrius Butkevicius
parent a455e32adf
commit bea272c40b
6 changed files with 47 additions and 6 deletions

View File

@@ -619,6 +619,7 @@
<script src="syncthing/core/modalDirective.js"></script>
<script src="syncthing/core/naturalFilter.js"></script>
<script src="syncthing/core/networkErrorDialogDirective.js"></script>
<script src="syncthing/core/pathIsSubDirDirective.js"></script>
<script src="syncthing/core/popoverDirective.js"></script>
<script src="syncthing/core/restartingDialogDirective.js"></script>
<script src="syncthing/core/selectOnClickDirective.js"></script>