mirror of
https://github.com/KevinMidboe/seasonedRequest.git
synced 2025-10-29 09:50:14 +00:00
Added filtering of requested movies. Also change the order of movies in sidebar and added support for rating of movie. Change path destinations to be more clear.
This commit is contained in:
14
index.html
14
index.html
@@ -109,6 +109,20 @@
|
||||
<div id="app"></div>
|
||||
<script src="dist/build.js"></script>
|
||||
</body>
|
||||
<script>
|
||||
(function(w, d){
|
||||
var b = d.getElementsByTagName('body')[0];
|
||||
var s = d.createElement("script"); s.async = true;
|
||||
var v = !("IntersectionObserver" in w) ? "8.7.1" : "10.5.2";
|
||||
s.src = "https://cdnjs.cloudflare.com/ajax/libs/vanilla-lazyload/" + v + "/lazyload.min.js";
|
||||
w.lazyLoadOptions = {
|
||||
container: '.movies__list',
|
||||
elements_selector: 'img',
|
||||
threshold: 300,
|
||||
}; // Your options here. See "recipes" for more information about async.
|
||||
b.appendChild(s);
|
||||
}(window, document));
|
||||
</script>
|
||||
<script src="https://cdn.jsdelivr.net/vue/2.0.0-rc/vue.min.js"></script>
|
||||
<script src="https://cdn.ravenjs.com/3.23.1/vue/raven.min.js" crossorigin="anonymous"></script>
|
||||
<script>Raven.config('https://c1fa1a17de3d4b24abcd05161648fe4d@sentry.io/300063').install();</script>
|
||||
|
||||
Reference in New Issue
Block a user