Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
a122d8da
Commit
a122d8da
authored
Dec 28, 2013
by
fred
Browse files
fix typo (s/blanck/blank/)
parent
4b437163
Changes
2
Show whitespace changes
Inline
Side-by-side
panikweb_templates/static/js/specifics.js
View file @
a122d8da
...
...
@@ -147,7 +147,7 @@ $(function() {
loadPage
(
href
);
return
false
;
}
else
{
$
(
this
).
attr
(
'
target
'
,
'
_blan
c
k
'
);
$
(
this
).
attr
(
'
target
'
,
'
_blank
'
);
$
(
"
#All a, #All area
"
).
removeClass
(
'
loading
'
);
return
true
;
}
...
...
panikweb_templates/templates/includes/audio.html
View file @
a122d8da
...
...
@@ -19,12 +19,12 @@
></button>
<div
class=
"hidden"
id=
"Download-{{ sound.file.url|slugify }}"
>
{% if sound|is_format_available:'ogg' %}
<a
target=
"_blan
c
k"
class=
"button inBlock"
href=
"{{ sound|format_url:'ogg' }}"
>
<a
target=
"_blank"
class=
"button inBlock"
href=
"{{ sound|format_url:'ogg' }}"
>
<span
class=
"icon-file"
>
ogg
</span>
</a>
{% endif %}
{% if sound|is_format_available:'mp3' %}
<a
target=
"_blan
c
k"
class=
"button inBlock"
href=
"{{ sound|format_url:'mp3' }}"
>
<a
target=
"_blank"
class=
"button inBlock"
href=
"{{ sound|format_url:'mp3' }}"
>
<span
class=
"icon-file"
>
mp3
</span>
</a>
{% endif %}
...
...
Write
Preview
Supports
Markdown
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