mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02:00
Removed loggin
This commit is contained in:
31
cypress/platform/current.html
Normal file
31
cypress/platform/current.html
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link
|
||||||
|
href="https://fonts.googleapis.com/css?family=Montserrat&display=swap"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>info below</h1>
|
||||||
|
<div class="mermaid">graph TB
|
||||||
|
a --> b
|
||||||
|
a --> c
|
||||||
|
a --> d
|
||||||
|
</div>
|
||||||
|
<script src="./mermaid.js"></script>
|
||||||
|
<script>
|
||||||
|
mermaid.initialize({
|
||||||
|
theme: 'forest',
|
||||||
|
// arrowMarkerAbsolute: true,
|
||||||
|
// themeCSS: '.node rect { fill: red; }',
|
||||||
|
logLevel: 3,
|
||||||
|
flowchart: { curve: 'linear' },
|
||||||
|
gantt: { axisFormat: '%m/%d/%Y' },
|
||||||
|
sequence: { actorMargin: 50 },
|
||||||
|
// sequenceDiagram: { actorMargin: 300 } // deprecated
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
@@ -59,7 +59,6 @@
|
|||||||
<script>
|
<script>
|
||||||
window.onhashchange = function(a) {
|
window.onhashchange = function(a) {
|
||||||
//code
|
//code
|
||||||
console.log('send', a);
|
|
||||||
if(location) {
|
if(location) {
|
||||||
ga('send', 'pageview', location.hash);
|
ga('send', 'pageview', location.hash);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user