Check Owner-Review-Vote on click of Submit button.

* Change Prolog submit rule to use 'may' instead of 'need'
  state for the 'Owner-Review-Vote' label.
  Change document in config.md.
  The 'Submit' button will be visible even
  when the 'Owner-Review-Vote' label exists.
* In front-end find-owners.js, when the 'Submit' button is clicked,
  pop up the 'FindOwners' page if 'Owner-Review-Vote' label exists.
  Users will need to get owner approval and submit again after that.
  The popupFindOwnersPage function is shared by onFindOwners and onSubmit.
  The 'context' is not available in onSubmit.
  So, HTML elements are now created from 'document', instead of the context.

Change-Id: I604d616ee342304a75a02176b906b4d43acdbf14
3 files changed
tree: 844a3e4849d62727775e0be2334e37ffb427de22
  1. src/
  2. BUILD
  3. LICENSE
  4. OWNERS