(function () {
  'use strict';

  $(document).ready(function () {
    return $('#upgrd').submit();
  });

})();