Removed unused `short` filter from app.js.

This commit is contained in:
Pyfisch 2014-09-05 12:28:22 +02:00
parent 33a26bc0cf
commit 619a6b2adb
1 changed files with 0 additions and 6 deletions

View File

@ -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) {