1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

disable scrollonfragmnt

This commit is contained in:
2022-09-14 17:03:22 +05:30
parent 6e8570edb2
commit f325dafde1
+2 -2
View File
@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/website/mdn-style.min.css">
<link rel="stylesheet" href="/website/mdn-style.css">
<link rel="stylesheet" href="/website/foo-style.min.css">
<title>Document</title>
@@ -74,7 +74,7 @@
// document.getElementById("toc-entries").innerHTML = toc;
});
app.ports.isRenderComplete.send(renderSuccess);
// app.ports.isRenderComplete.send(renderSuccess);
</script>
</body>