mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Added empty password field
This commit is contained in:
@@ -164,6 +164,8 @@ $(function() {
|
||||
var selected_data = $('#filterTabulator').tabulator('getSelectedData');
|
||||
if (selected_data.length == 0)
|
||||
{
|
||||
// Emtpy password field
|
||||
$("#password").val('');
|
||||
FHC_DialogLib.alertInfo('Bitte wählen Sie erst zumindest einen Lehrauftrag');
|
||||
return;
|
||||
}
|
||||
@@ -207,6 +209,10 @@ $(function() {
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
// Empty password field
|
||||
$("#password").val('');
|
||||
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user