Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
itminedu
flowspy
Commits
bea340d9
Commit
bea340d9
authored
Dec 21, 2011
by
Leonidas Poulopoulos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing comment tags. Handles temporarily disabled then action additions
parent
62353243
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
templates/apply.html
templates/apply.html
+2
-1
No files found.
templates/apply.html
View file @
bea340d9
...
...
@@ -25,6 +25,7 @@
$
(
"
#id_destinationport
"
).
css
(
'
width
'
,
'
100px
'
).
attr
(
'
size
'
,
'
5
'
);
$
(
'
#id_then
'
).
attr
(
"
multiple
"
,
""
);
$
(
"
#id_expires
"
).
datepicker
({
dateFormat
:
'
yy-mm-dd
'
,
maxDate
:
'
+10d
'
,
minDate
:
'
+1d
'
,
changeMonth
:
false
,
changeYear
:
false
}).
datepicker
(
$
.
datepicker
.
regional
[
"
el
"
]
);
{
%
comment
%
}
$
(
'
#then_diag
'
).
dialog
({
height
:
220
,
width
:
340
,
...
...
@@ -56,7 +57,7 @@
}
}
});
{
%
comment
%
}
$
(
'
#port_diag
'
).
dialog
({
height
:
220
,
width
:
340
,
...
...
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