Removed unused `clean` filter from app.js.

This commit is contained in:
Pyfisch 2014-09-05 12:40:45 +02:00
parent 64d5d4aec7
commit af2831d7b6
1 changed files with 0 additions and 6 deletions

View File

@ -1064,12 +1064,6 @@ syncthing.filter('basename', function () {
};
});
syncthing.filter('clean', function () {
return function (input) {
return encodeURIComponent(input).replace(/%/g, '');
};
});
syncthing.directive('optionEditor', function () {
return {
restrict: 'C',