Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
E
esi-table-data
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
esi-data-scrapping
esi-table-data
Commits
a46ef0f5
Commit
a46ef0f5
authored
Jul 17, 2017
by
Vasyl Bodnaruk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix drop value
parent
16651415
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
new_job.html
esi/templates/new_job.html
+3
-3
No files found.
esi/templates/new_job.html
View file @
a46ef0f5
...
...
@@ -70,7 +70,7 @@
<label
for=
"count"
class=
"col-form-label"
>
Every:
</label>
</div>
<div
class=
"col-md-2"
>
<input
class=
"form-control"
type=
"text"
placeholder=
"N"
id=
"count"
name=
"count"
>
<input
class=
"form-control"
type=
"text"
placeholder=
"N"
id=
"count"
name=
"count"
value=
"1"
>
</div>
</div>
</div>
...
...
@@ -100,9 +100,9 @@
$
(
'.custom-control'
).
on
(
'click'
,
function
()
{
var
input
=
$
(
this
).
find
(
'input'
);
if
(
input
.
prop
(
'id'
)
===
'radio4'
)
{
$
(
'#count'
).
val
(
''
).
prop
(
'disabled'
,
true
)
$
(
'#count'
).
prop
(
'disabled'
,
true
)
}
else
{
$
(
'#count'
).
val
(
''
).
prop
(
'disabled'
,
false
)
$
(
'#count'
).
prop
(
'disabled'
,
false
)
}
})
...
...
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