Ver código fonte

Removed unused `short` filter from app.js.

Pyfisch 11 anos atrás
pai
commit
619a6b2adb
1 arquivos alterados com 0 adições e 6 exclusões
  1. 0 6
      gui/app.js

+ 0 - 6
gui/app.js

@@ -1043,12 +1043,6 @@ syncthing.filter('metric', function () {
     };
 });
 
-syncthing.filter('short', function () {
-    return function (input) {
-        return input.substr(0, 6);
-    };
-});
-
 syncthing.filter('alwaysNumber', function () {
     return function (input) {
         if (input === undefined) {