Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
e5e4910a
Commit
e5e4910a
authored
Nov 09, 2020
by
Давид Добряков
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finally fix timer.js
parent
ad36ea0d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
timer.js
js/etersoft/timer.js
+1
-2
No files found.
js/etersoft/timer.js
View file @
e5e4910a
...
@@ -122,10 +122,9 @@ window.addEventListener("load", function() {
...
@@ -122,10 +122,9 @@ window.addEventListener("load", function() {
// cancel form submiting
// cancel form submiting
event
.
preventDefault
();
event
.
preventDefault
();
if
(
!
is
worker
())
{
if
(
!
is
etersoft
())
{
const
comment
=
document
.
querySelector
(
'#comment'
).
value
.
length
;
const
comment
=
document
.
querySelector
(
'#comment'
).
value
.
length
;
if
(
!
comment
)
{
if
(
!
comment
)
{
alert
(
'Поле комментария не может быть пустым!'
);
alert
(
'Поле комментария не может быть пустым!'
);
return
return
...
...
Vitaly Lipatov
@lav
mentioned in commit
e2bb47dd
·
Jul 26, 2026
mentioned in commit
e2bb47dd
mentioned in commit e2bb47dd3895fe9641089f8474ba8d9b7aefce25
Toggle commit list
Vitaly Lipatov
@lav
mentioned in commit
a62e97ec
·
Jul 26, 2026
mentioned in commit
a62e97ec
mentioned in commit a62e97ec5a24a5a9777861d08c08a0e42b896c54
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment