Add icons to retitled links even when Embedding is off.

This commit is contained in:
ccd0 2015-10-03 13:58:41 -07:00
parent 8f0598ba28
commit bd73d49fca

View File

@ -95,6 +95,7 @@ Embedding =
title: (data) ->
{key, uid, options, link, post} = data
return unless service = Embedding.types[key].title
$.addClass link, key.toLowerCase()
if service.batchSize
(service.queue or= []).push data
if service.queue.length >= service.batchSize