瀏覽代碼

Removed unused `short` filter from app.js.

Pyfisch 11 年之前
父節點
當前提交
619a6b2adb
共有 1 個文件被更改,包括 0 次插入6 次删除
  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) {