mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Schriftfarbe bei belegten Terminen geändert
This commit is contained in:
Regular → Executable
+3
-3
@@ -619,7 +619,7 @@ echo '
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
// Autocomplete Feld fuer Ressourcen initialisieren
|
||||
$("#input_ressource").autocomplete({
|
||||
source: "coodle_autocomplete.php?work=ressource",
|
||||
@@ -708,8 +708,8 @@ echo '
|
||||
error: function() {
|
||||
alert("Error fetching data for "+typ+" "+id);
|
||||
},
|
||||
color:"lightgrey"
|
||||
//textColor:"black"
|
||||
color:"lightgrey",
|
||||
textColor:"#777"
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user