mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
13623 Anzeige Projekt und Phasen in Editiersicht
This commit is contained in:
@@ -223,7 +223,7 @@ echo '
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function()
|
||||
{
|
||||
resetProjekt()
|
||||
//resetProjekt()
|
||||
$( ".datepicker_datum" ).datepicker({
|
||||
changeMonth: true,
|
||||
changeYear: true,
|
||||
@@ -519,11 +519,11 @@ echo '
|
||||
return true;
|
||||
}
|
||||
|
||||
function resetProjekt()
|
||||
{
|
||||
$("#projekt").val("");
|
||||
$("#projektphaseformgroup").hide();
|
||||
}
|
||||
// function resetProjekt()
|
||||
// {
|
||||
// $("#projekt").val("");
|
||||
// $("#projektphaseformgroup").hide();
|
||||
// }
|
||||
|
||||
function getProjektphasen(projekt_kurzbz)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user