Skip to content

Commit

Permalink
Rename *VitrineLatest
Browse files Browse the repository at this point in the history
  • Loading branch information
rosano committed Dec 20, 2023
1 parent ab87ce6 commit c0c9790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions os-app/open-vitrine/ui-view.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ locals.OLSKPageAssets = [
}) %>

<script src="https://olsk.rosano.ca/OSFeedbox/master/main.js"></script>
<div class="ZDAVitrineLatest"></div>
<div class="parent-OSFeedbox"></div>
<script type="text/javascript">
OSFeedbox.load({
parent: document.querySelector('.ZDAVitrineLatest'),
parent: document.querySelector('.parent-OSFeedbox'),
feed: '<%= process.env.ROCO_FEED_URL %>',
limit: 5,
});
Expand Down

0 comments on commit c0c9790

Please sign in to comment.