瀏覽代碼

Removed unused `clean` filter from app.js.

Pyfisch 11 年之前
父節點
當前提交
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',