Don't look for a JS format. IE11 seems to not request it even with a
`<script>` tag.
This commit is contained in:
parent
31043275d3
commit
122f2a00cc
|
@ -38,9 +38,7 @@ class EmbedController < ApplicationController
|
|||
by_url[url] = I18n.t('embed.replies', count: te.topic.posts_count - 1)
|
||||
end
|
||||
|
||||
respond_to do |format|
|
||||
format.js { render json: {counts: by_url}, callback: params[:callback] }
|
||||
end
|
||||
render json: {counts: by_url}, callback: params[:callback]
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in New Issue