Skip to content

Commit

Permalink
updated for vue breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
MiladNazeri committed Feb 6, 2019
1 parent e5b3f75 commit 3608e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Marketplace/DANCE/Tablet/DANCE_Tablet.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@2.5.22/dist/vue.js"></script>
<script src="js/DANCE_Tablet.js"></script>
</body>

Expand Down
4 changes: 2 additions & 2 deletions Marketplace/DANCE/dance.app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"scriptURL": "http://mpassets.highfidelity.com/9a99c95a-85b3-4a6d-9362-b56ad102ebe5-v1/DANCE/DANCE.js",
"homeURL": "http://mpassets.highfidelity.com/9a99c95a-85b3-4a6d-9362-b56ad102ebe5-v1/DANCE/Tablet/DANCE_Tablet.html"
"scriptURL": "http://mpassets.highfidelity.com/1456c6f8-525a-430b-9217-5d6b39a8a874-v1/DANCE/DANCE.js",
"homeURL": "http://mpassets.highfidelity.com/1456c6f8-525a-430b-9217-5d6b39a8a874-v1/DANCE/Tablet/DANCE_Tablet.html"
}

0 comments on commit 3608e1f

Please sign in to comment.