Skip to content

Commit

Permalink
fixed multiple images in edito mode - slideshows
Browse files Browse the repository at this point in the history
  • Loading branch information
takeit committed Apr 14, 2015
1 parent efe7795 commit a00d8f6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ $(function() {
}, function() {
window.location.reload();
});

return false;
}); // /ping
})

Expand All @@ -129,7 +131,7 @@ $(function() {
});
});
</script>

</form>

<div class="expand-btn"><?php echo $translator->trans('Add items to slideshow', array(), 'article_images'); ?></div>
<div id="select-image" class="tabs popup-tabs">
Expand Down Expand Up @@ -165,5 +167,4 @@ $(function() {
<?php echo $this->imageArchive(); ?>
</div>
</div>
</form>
</div>

0 comments on commit a00d8f6

Please sign in to comment.