Stop using non-breaking spaces in stuff added to the file info line.
This commit is contained in:
parent
3c0dd4633b
commit
14d21628af
@ -12,7 +12,7 @@ ImageExpand =
|
|||||||
Header.addShortcut @EAI, 520
|
Header.addShortcut @EAI, 520
|
||||||
$.on d, 'scroll visibilitychange', @cb.playVideos
|
$.on d, 'scroll visibilitychange', @cb.playVideos
|
||||||
@videoControls = $.el 'span', className: 'video-controls'
|
@videoControls = $.el 'span', className: 'video-controls'
|
||||||
$.extend @videoControls, <%= html('\u00A0<a href="javascript:;" title="You can also contract the video by dragging it to the left.">contract</a>') %>
|
$.extend @videoControls, <%= html(' <a href="javascript:;" title="You can also contract the video by dragging it to the left.">contract</a>') %>
|
||||||
|
|
||||||
Callbacks.Post.push
|
Callbacks.Post.push
|
||||||
name: 'Image Expansion'
|
name: 'Image Expansion'
|
||||||
|
|||||||
@ -15,7 +15,7 @@ Metadata =
|
|||||||
className: 'webm-title'
|
className: 'webm-title'
|
||||||
$.extend el,
|
$.extend el,
|
||||||
<%= html('<a href="javascript:;"></a>') %>
|
<%= html('<a href="javascript:;"></a>') %>
|
||||||
$.add @file.text, [$.tn('\u00A0'), el]
|
$.add @file.text, [$.tn(' '), el]
|
||||||
$.one el.lastElementChild, 'mouseover focus', Metadata.load if el.children.length is 1
|
$.one el.lastElementChild, 'mouseover focus', Metadata.load if el.children.length is 1
|
||||||
|
|
||||||
load: ->
|
load: ->
|
||||||
|
|||||||
@ -72,8 +72,7 @@ Sauce =
|
|||||||
|
|
||||||
nodes = []
|
nodes = []
|
||||||
for link in Sauce.links when node = Sauce.createSauceLink link, @
|
for link in Sauce.links when node = Sauce.createSauceLink link, @
|
||||||
# \u00A0 is nbsp
|
nodes.push $.tn(' '), node
|
||||||
nodes.push $.tn('\u00A0'), node
|
|
||||||
$.add @file.text, nodes
|
$.add @file.text, nodes
|
||||||
|
|
||||||
formatters:
|
formatters:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user