diff --git a/resources/views/frames/create.blade.php b/resources/views/frames/create.blade.php index 4bb131b5..a6f187e4 100644 --- a/resources/views/frames/create.blade.php +++ b/resources/views/frames/create.blade.php @@ -85,7 +85,7 @@ }); // Our password type - $('div#userPassword .form-select').each(function() { + $('attribute#userPassword .form-select').each(function() { $(this).prop('disabled',false); }) diff --git a/resources/views/frames/dn.blade.php b/resources/views/frames/dn.blade.php index b74fcc4e..e36977a9 100644 --- a/resources/views/frames/dn.blade.php +++ b/resources/views/frames/dn.blade.php @@ -170,7 +170,7 @@ }); // Our password type - $('div#userPassword .form-select').each(function() { + $('attribute#userPassword .form-select').each(function() { $(this).prop('disabled',false); })