Remove comment
This commit is contained in:
parent
bc0a1f6500
commit
004aff7a2a
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
// TODO: do Marcina z przyszłości od Marcina z przeszłości: MARCIN SKOŃCZ OCENY!!!
|
|
||||||
var hash = require('object-hash');
|
var hash = require('object-hash');
|
||||||
|
|
||||||
const grades_ = document.querySelector('#grades_');
|
const grades_ = document.querySelector('#grades_');
|
||||||
|
@ -98,4 +97,4 @@ const getGrades = () => {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
grades_.addEventListener('click', getGrades);
|
grades_.addEventListener('click', getGrades);
|
||||||
|
|
Loading…
Reference in a new issue