mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 21:54:06 +00:00
Implements iChain authentication
This commit is contained in:
parent
15c6ed127f
commit
49d565def2
21 changed files with 269 additions and 126 deletions
|
|
@ -1,4 +1,9 @@
|
|||
$(function () {
|
||||
|
||||
$("#user_biography").bind('keyup', function() {
|
||||
word_count(this, 'bio_length', 150);
|
||||
} );
|
||||
|
||||
/**
|
||||
* Displays a modal with the questions of the registration.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue