Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FoAM
open sauces
Commits
4370f600
Commit
4370f600
authored
Feb 23, 2015
by
Francesca Sargent
Browse files
ahshs
parent
9c53ff54
Changes
1
Hide whitespace changes
Inline
Side-by-side
flask/app/templates/base.html
View file @
4370f600
...
...
@@ -155,7 +155,7 @@
$
(
'
input[name="stepform-recipe_step_id"]
'
).
hide
()
$
(
"
label[for='stepform-recipe_step_id']
"
).
hide
()
$
(
'
.recipe-step-render
:first
'
).
after
(
'
<a><span class="glyphicon glyphicon-comment"></span></a>
'
);
$
(
'
.recipe-step-render
'
).
after
(
'
<a><span class="glyphicon glyphicon-comment"></span></a>
'
);
$
(
'
.glyphicon-comment
'
).
click
(
function
(
i
)
{
child
=
$
(
'
div.recipe_step_render
'
).
find
(
'
div.notes
'
)
...
...
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