Skip to content

Commit

Permalink
remove src #
Browse files Browse the repository at this point in the history
Firefox and Chrome make a second request when `src="#"`
  • Loading branch information
xcodebuild committed Apr 23, 2016
1 parent 4440bc4 commit b1d0415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/partial/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ html(lang=config.language)
include head
body
#mask(style="display: none;")
img#mask-image(src="#" style=" ")
img#mask-image(src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" width="0" height="0" style=" ")
.wrap
header
a.logo-link(href=url_for())
Expand All @@ -15,4 +15,4 @@ html(lang=config.language)
footer
block pagination
block copyright
include scripts
include scripts

0 comments on commit b1d0415

Please sign in to comment.