Deleted js-file - not needed by now

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-01-18 13:52:26 +01:00
committed by cris-technikum
parent 4e0fd56d99
commit 0edccc299c
@@ -30,8 +30,8 @@ $this->load->view(
)
),
'customJSs' => array(
'public/js/bootstrapper.js',
'public/js/lehre/anrechnung/requestAnrechnung.js')
'public/js/bootstrapper.js'
)
)
);
?>