mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-25 16:09:28 +00:00
Ansicht wird neu geladen wenn eine kompatible LVA angelegt oder gelöscht wird
This commit is contained in:
@@ -184,15 +184,8 @@ if (!$db = new basis_db())
|
||||
{
|
||||
alert(data.errormsg);
|
||||
}
|
||||
if($.isFunction("loadLVKompatibilitaet"))
|
||||
{
|
||||
loadLVKompatibilitaet(lehrveranstaltung_id);
|
||||
}
|
||||
else
|
||||
{
|
||||
var iframe = parent.document.getElementById("lv_detail");
|
||||
iframe.src = "lehrveranstaltung_kompatibel.php?lehrveranstaltung_id="+lehrveranstaltung_id+"&type=edit";
|
||||
}
|
||||
|
||||
location.reload();
|
||||
}).error(function(data)
|
||||
{
|
||||
alert(data.responseText);
|
||||
@@ -219,15 +212,8 @@ if (!$db = new basis_db())
|
||||
{
|
||||
alert(data.errormsg);
|
||||
}
|
||||
if($.isFunction("loadLVKompatibilitaet"))
|
||||
{
|
||||
loadLVKompatibilitaet(lehrveranstaltung_id);
|
||||
}
|
||||
else
|
||||
{
|
||||
var iframe = parent.document.getElementById("lv_detail");
|
||||
iframe.src = "lehrveranstaltung_kompatibel.php?lehrveranstaltung_id="+lehrveranstaltung_id+"&type=edit";
|
||||
}
|
||||
|
||||
location.reload();
|
||||
}).error(function(data)
|
||||
{
|
||||
alert(data.responseText);
|
||||
|
||||
Reference in New Issue
Block a user