no-epub download page was showing bad ibooks button

pull/1/head
eric 2014-04-16 12:32:39 -04:00
parent 5b9b28df3d
commit e12fa3f52c
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ $j(document).ready(function() {
{% if readmill_epub_url or can_kindle %}
<div class="one_click clearfix">
<h3>One-click options</h3>
{% if mac_ibooks %}
{% if mac_ibooks and readmill_epub_url%}
<div id="mac_ibooks" title="{{ work.id }}" >
<div class="btn_support mac_ibooks"><a href="{{readmill_epub_url}}">Load to iBooks</a></div>
</div>