Browse Source

Removed unused `clean` filter from app.js.

Pyfisch 11 năm trước cách đây
mục cha
commit
af2831d7b6
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      gui/app.js

+ 0 - 6
gui/app.js

@@ -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',