aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPyfisch <pyfisch@gmail.com>2014-09-05 12:28:22 +0200
committerPyfisch <pyfisch@gmail.com>2014-09-05 12:38:21 +0200
commit619a6b2adb00b29b1aea7d2c71fb6d0c7e7dde8c (patch)
treeff28964e101c1929c524dff37485b036b8c9b2d8
parent33a26bc0cf539f203d486a1fc63405ed083a25af (diff)
downloadsyncthing-619a6b2adb00b29b1aea7d2c71fb6d0c7e7dde8c.tar.gz
syncthing-619a6b2adb00b29b1aea7d2c71fb6d0c7e7dde8c.zip
Removed unused `short` filter from app.js.
-rw-r--r--gui/app.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/gui/app.js b/gui/app.js
index 511bddb11..ed6cb365c 100644
--- a/gui/app.js
+++ b/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) {