diff --git a/gui/default/syncthing/core/editShareTemplate.html b/gui/default/syncthing/core/editShareTemplate.html index 701451dde..29b07026d 100644 --- a/gui/default/syncthing/core/editShareTemplate.html +++ b/gui/default/syncthing/core/editShareTemplate.html @@ -36,7 +36,7 @@ - + diff --git a/gui/default/syncthing/core/syncthingController.js b/gui/default/syncthing/core/syncthingController.js index 6f11e81e3..a7ac07d5d 100644 --- a/gui/default/syncthing/core/syncthingController.js +++ b/gui/default/syncthing/core/syncthingController.js @@ -3703,7 +3703,6 @@ angular.module('syncthing.core') untrusted: '=', }, link: function (scope, elem, attrs) { - var plain = false; scope.togglePasswordVisibility = function() { scope.plain = !scope.plain; };