QR code, html5 player
This commit is contained in:
@@ -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 () {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
*/
|
||||
});
|
||||
Reference in New Issue
Block a user