diff --git a/vilesci/lehre/studienordnung.js b/vilesci/lehre/studienordnung.js index 6a6b7fff6..3fdf0a03d 100644 --- a/vilesci/lehre/studienordnung.js +++ b/vilesci/lehre/studienordnung.js @@ -1374,7 +1374,8 @@ function writeEctsSum(parent) */ function writeOverallSum(root) { - $("#treeData").append('
'); + if(!$('#stplDetails').length) + $("#treeData").append('
'); var cells = $(root).find(".jstree-grid-col-1"); var sum = 0;