mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 03:32:15 +01:00
Add debug flag to pdf export
This commit is contained in:
committed by
Constantin Graf
parent
32bce2f749
commit
a4f3e014d9
2
resources/pdf-js/echarts.min.js
vendored
2
resources/pdf-js/echarts.min.js
vendored
@@ -1,4 +1,4 @@
|
||||
|
||||
// Version: 5.5.1
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<script>
|
||||
window.status = 'processing';
|
||||
</script>
|
||||
<script src="echarts.min.js"></script>
|
||||
<script src="{{ $debug ? 'https://cdn.jsdelivr.net/npm/echarts@5.5.1/dist/echarts.min.js' : 'echarts.min.js' }}"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user