Welcome to mirror list, hosted at ThFree Co, Russian Federation.

installation.js « js « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20ff346215f68a40278ca91912d5821ebe756883 (plain)
1
2
3
4
5

$(document).ready(function() {
	$('#adminpass').showPassword().keyup();
	$('#dbpass').showPassword().keyup();
});