Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.70 KB | None | 0 0
  1. <!-- Pop this wherever the opening times need to display -->
  2. <div class="outlet__header--opening mgn__t--1 caption">
  3.     <!-- The B below is replaced by the outlet code -->
  4.     <div class="ot__week-code--B">
  5.         <div class="js-loading">
  6.             <i class="ai-loading"></i> Loading...
  7.         </div>
  8.         <div class="content" id="opening-times">
  9.         </div>
  10.     </div>
  11.     <div class="ta__r--d">
  12.       <a href="/opening-times" target="_blank" title="Opening times">View all opening times</a>
  13.     </div>
  14. </div>
  15. <!-- Place script at the bottom of the page outside of HTML -->          
  16. <script>
  17.   $(document).ready(function () {
  18.     //The B below is replaced by the outlet code
  19.     su.ot_main.week_from_code("B");
  20.   });
  21. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement