diff options
author | Doug Neiner <doug@pixelgraphics.us> | 2013-03-17 22:21:34 -0500 |
---|---|---|
committer | Doug Neiner <doug@pixelgraphics.us> | 2013-03-17 22:21:34 -0500 |
commit | b8c1a4da3e08818ffe45ab67cd4a0a9572bc0f76 (patch) | |
tree | f18374f47cac35fe249eea1874175811ede8ad85 /core/js/js.js | |
parent | 2a48aa322dbb28c62afac216007a05c88f36ec6f (diff) | |
download | nextcloud-server-b8c1a4da3e08818ffe45ab67cd4a0a9572bc0f76.tar.gz nextcloud-server-b8c1a4da3e08818ffe45ab67cd4a0a9572bc0f76.zip |
Upgraded infield labels plugin to the latest version. Updated invocation to opt-in to pollling at the same duration you were using before, 100ms
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js index 1a94215c27b..b237c6fcf5b 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -643,7 +643,9 @@ $(document).ready(function(){ $('#pass2').showPassword(); //use infield labels - $("label.infield").inFieldLabels(); + $("label.infield").inFieldLabels({ + pollDuration: 100 + }); var checkShowCredentials = function() { var empty = false; |