QR code, html5 player

This commit is contained in:
Andrea Spacca
2018-07-01 13:48:56 +02:00
parent 05e6290d00
commit 4fe7a9b29b
15 changed files with 3405 additions and 1352 deletions

View File

@@ -8,6 +8,7 @@ $(document).ready(function () {
});
// Smooth scrolling
/*
$('a[href*=#]:not([href=#])').click(function () {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
@@ -20,5 +21,5 @@ $(document).ready(function () {
}
}
});
*/
});