$(document).ready(function(){ $('#password').on('keyup input change', function() { if ($('#password').val().length > 0) { $('#password-submit').prop('disabled', false); } else { $('#password-submit').prop('disabled', true); } }); }); auth2/l10n/sr.js?h=fix/template-name-overflow' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/sr.js
blob: a626c9e7f159848fc5c3593ccfa40ad79b2e275f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23