You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.
<div v-if = "updateAvailable" class = "container-fluid">
<p>An update is available. You can choose to update now or later. Note that updating now may result in you losing any local changes (i.e. anything that hasn't been made live yet). However, if you do not update now you may overwrite any changes someone else has made to the website. <b>It is recommended to update now.</b></p>
<a v-on:click = "prepareForNextPage" class = "btn btn-danger btn-lg">Update Later</a>
<a v-on:click = "updateNow" class = "btn btn-success btn-lg">Update Now</a>