/**
 * v3 javascript file
 *
 * Common frontend behaviors
 * Write here transversal code which may be used in all frontend templates
 */
jQuery(document).ready(function()
{

  jQuery('div.ordering').mrPopover();
  
});
