Skip to content
Snippets Groups Projects
Commit 6d00a6f8 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix typo, re #968

parent 79c112f6
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ STUDIP.domReady(() => { ...@@ -167,7 +167,7 @@ STUDIP.domReady(() => {
onSuccess, onSuccess,
'json' 'json'
); );
function onSuccess((data) { function onSuccess(data) {
if (data) { if (data) {
var info = $gettextInterpolate('Hinzugefügt von %{user} am %{time}', data); var info = $gettextInterpolate('Hinzugefügt von %{user} am %{time}', data);
curtable.attr('title', info); curtable.attr('title', info);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment