From 3ef4829a8ecace599782fd8df9a19196e85a59b9 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Wed, 7 May 2014 17:49:09 +0200 Subject: [PATCH] Add link to issue --- js/libs/jquery.showpassword.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/libs/jquery.showpassword.js b/js/libs/jquery.showpassword.js index d175134..f37cc3c 100644 --- a/js/libs/jquery.showpassword.js +++ b/js/libs/jquery.showpassword.js @@ -97,6 +97,7 @@ }); + // https://code.google.com/p/showpassword/issues/detail?id=1&thanks=1&ts=1399477719 $clone.bind('change', function() { update( $clone , $input) });