Remove double slashes in directives (fixes #2143)
This commit is contained in:
@@ -2,6 +2,6 @@ angular.module('syncthing.folder')
|
||||
.directive('editFolderModal', function () {
|
||||
return {
|
||||
restrict: 'A',
|
||||
templateUrl: 'syncthing/folder//editFolderModalView.html'
|
||||
templateUrl: 'syncthing/folder/editFolderModalView.html'
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user