$(document).ready(function() {
  /* Creating and initializing ordering system */
  var system = new OrderSystem();
  system.initButton(true);
});
