1
0
Эх сурвалжийг харах

Removed unused `clean` filter from app.js.

Pyfisch 11 жил өмнө
parent
commit
af2831d7b6
1 өөрчлөгдсөн 0 нэмэгдсэн , 6 устгасан
  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',