mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 03:48:26 +00:00
Removed unused clean
filter from app.js.
This commit is contained in:
parent
64d5d4aec7
commit
af2831d7b6
@ -1064,12 +1064,6 @@ syncthing.filter('basename', function () {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
syncthing.filter('clean', function () {
|
|
||||||
return function (input) {
|
|
||||||
return encodeURIComponent(input).replace(/%/g, '');
|
|
||||||
};
|
|
||||||
});
|
|
||||||
|
|
||||||
syncthing.directive('optionEditor', function () {
|
syncthing.directive('optionEditor', function () {
|
||||||
return {
|
return {
|
||||||
restrict: 'C',
|
restrict: 'C',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user