Blame view

assets/js/pages/gallery.js 104 Bytes
cf76164e6   Ting Chan   20190709
1
2
3
  $( document ).ready(function() {
  	new CBPGridGallery( document.getElementById( 'grid-gallery' ) );
  });