Fix bug of JavaScript loading

Introduced by 64b3d140f6
This commit is contained in:
Marien Fressinaud
2014-09-19 19:51:02 +02:00
parent d284958d52
commit e134891733
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@
</div>
<?php } else { ?>
<div class="prompt alert alert-warn">
<div id="stream" class="prompt alert alert-warn global">
<h2><?php echo _t('no_feed_to_display'); ?></h2>
<a href="<?php echo _url('configure', 'feed'); ?>"><?php echo _t('think_to_add'); ?></a><br /><br />
</div>

View File

@@ -183,7 +183,7 @@ if (!empty($this->entries)) {
<?php $this->partial ('nav_entries'); ?>
<?php } else { ?>
<div class="prompt alert alert-warn">
<div id="stream" class="prompt alert alert-warn normal">
<h2><?php echo _t('no_feed_to_display'); ?></h2>
<a href="<?php echo _url('configure', 'feed'); ?>"><?php echo _t('think_to_add'); ?></a><br /><br />
</div>

View File

@@ -37,7 +37,7 @@ if (!empty($this->entries)) {
</div>
<?php } else { ?>
<div class="prompt alert alert-warn">
<div id="stream" class="prompt alert alert-warn reader">
<h2><?php echo _t('no_feed_to_display'); ?></h2>
<a href="<?php echo _url('configure', 'feed'); ?>"><?php echo _t('think_to_add'); ?></a><br /><br />
</div>