aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPyfisch <pyfisch@gmail.com>2014-09-05 12:40:45 +0200
committerPyfisch <pyfisch@gmail.com>2014-09-05 12:40:45 +0200
commitaf2831d7b6f4d0943654fc18591dfac1a5db8445 (patch)
treed0a6ff7d93683ad06357e1741e08462f7c8986a1
parent64d5d4aec7932e8a17463c6784b69be0b4254d27 (diff)
downloadsyncthing-af2831d7b6f4d0943654fc18591dfac1a5db8445.tar.gz
syncthing-af2831d7b6f4d0943654fc18591dfac1a5db8445.zip
Removed unused `clean` 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 427ab021d..cbea6de2f 100644
--- a/gui/app.js
+++ b/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',