Explorar o código

Removed unused `clean` filter from app.js.

Pyfisch %!s(int64=11) %!d(string=hai) anos
pai
achega
af2831d7b6
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  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',