Skip to content

Commit

Permalink
add message about data resets
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed May 10, 2019
1 parent 876ce38 commit 923fe12
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
8 changes: 4 additions & 4 deletions public/js/myapp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/myapp.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"/js/manifest.js": "/js/manifest.js?id=47c63326bbd9e6fc4b17",
"/js/manifest.js.map": "/js/manifest.js.map?id=a38bf6a6852df2d5cc2f",
"/js/myapp.js": "/js/myapp.js?id=13f82513b595d4878009",
"/js/myapp.js": "/js/myapp.js?id=90e5ceaff46eac8cb7e2",
"/css/myapp.css": "/css/myapp.css?id=e5102b3c5a78eb4c1ef1",
"/js/myapp.js.map": "/js/myapp.js.map?id=c93a49590531518df7cb",
"/js/myapp.js.map": "/js/myapp.js.map?id=4db900d6e21d73b2a932",
"/css/myapp.css.map": "/css/myapp.css.map?id=6198d15c1dee4410b43b",
"/js/vendor.js": "/js/vendor.js?id=19171c3fd246abda0398",
"/js/vendor.js.map": "/js/vendor.js.map?id=c07a0429cc74f149c8f6"
Expand Down
3 changes: 0 additions & 3 deletions resources/js/views/ContactEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
export default {
components: {
},
props: {
id: 'id'
},
mounted() {
}
}
Expand Down
1 change: 1 addition & 0 deletions resources/js/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<div class="jumbotron">
<h1>Welcome to my dashboard!</h1>
<p>Please select from the menu on the left to continue...</p>
<p>Also, the data on this site resets hourly...</p>
</div>
</div>
</template>
Expand Down

0 comments on commit 923fe12

Please sign in to comment.