Don't look for a JS format. IE11 seems to not request it even with a

`<script>` tag.
This commit is contained in:
Robin Ward 2014-04-14 12:15:41 -04:00
parent 31043275d3
commit 122f2a00cc
1 changed files with 1 additions and 3 deletions

View File

@ -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