correct a copy-pasted comment

pull/1/head
ansuz 7 years ago
parent ad39d53d70
commit f218a9c119

@ -2080,7 +2080,7 @@ define([
$creation.focus(); $creation.focus();
}); });
// Display expiration form when checkbox checked // Display password form when checkbox checked
$creation.find('#cp-creation-password').on('change', function () { $creation.find('#cp-creation-password').on('change', function () {
if ($(this).is(':checked')) { if ($(this).is(':checked')) {
$creation.find('.cp-creation-password-picker:not(.active)').addClass('active'); $creation.find('.cp-creation-password-picker:not(.active)').addClass('active');

Loading…
Cancel
Save