This commit is contained in:
@@ -1455,6 +1455,7 @@ angular.module('syncthing.core')
|
|||||||
ignoredFolders: []
|
ignoredFolders: []
|
||||||
};
|
};
|
||||||
$scope.editingExisting = false;
|
$scope.editingExisting = false;
|
||||||
|
initShareEditing('device');
|
||||||
$scope.deviceEditor.$setPristine();
|
$scope.deviceEditor.$setPristine();
|
||||||
$('#editDevice').modal();
|
$('#editDevice').modal();
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1475,6 +1475,7 @@ angular.module('syncthing.core')
|
|||||||
ignoredFolders: []
|
ignoredFolders: []
|
||||||
};
|
};
|
||||||
$scope.editingExisting = false;
|
$scope.editingExisting = false;
|
||||||
|
initShareEditing('device');
|
||||||
$scope.deviceEditor.$setPristine();
|
$scope.deviceEditor.$setPristine();
|
||||||
$('#editDevice').modal();
|
$('#editDevice').modal();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user