Bugfix für speichern ohne Seitenreload

This commit is contained in:
Stefan Puraner
2014-01-27 13:19:15 +00:00
parent f112c48f70
commit 8da7853746
+1
View File
@@ -995,6 +995,7 @@ function saveJsondataFromTree(nodeId, studienplan_id, studienplan_lehrveranstalt
}
}).success(function(d)
{
node.attr("studienplan_lehrveranstaltung_id", d.result[0].studienplan_lehrveranstaltung_id);
if(d.error=='false')
$("#jsonData").html(d);
else