Forráskód Böngészése

Removed unused `clean` filter from app.js.

Pyfisch 11 éve
szülő
commit
af2831d7b6
1 módosított fájl, 0 hozzáadás és 6 törlés
  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',