Commit e2bb47dd authored by System Administrator's avatar System Administrator

[etersoft] Cherry-pick e5e4910a

parent 6e17525b
......@@ -255,6 +255,7 @@ window.addEventListener("load", function() {
return
}
<<<<<<< HEAD
const timespentValue = getTimespentValue();
dialog.style.display = "block";
......@@ -303,6 +304,12 @@ window.addEventListener("load", function() {
const comment = document.querySelector('#comment').value.length;
if (!comment) {
=======
if (!isetersoft()) {
const comment = document.querySelector('#comment').value.length;
if (!comment) {
>>>>>>> e5e4910a9 (Finally fix timer.js)
alert('Поле комментария не может быть пустым!');
return
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment