www.fgks.org   »   [go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken graph on /admin/imports #5666

Merged
merged 3 commits into from
Sep 22, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Use correct ID for graph script element
  • Loading branch information
jimchamp committed Sep 17, 2021
commit a680b1c1acb9d292663244b1aae3b39b5fc34f4c
2 changes: 1 addition & 1 deletion openlibrary/templates/admin/imports.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2>Recent Imports</h2>
</tr>
</table>
</div>
<script type="text/json+graph" id="json-books-imported-daily">$:json_encode(stats.get_books_imported_per_day())</script>
<script type="text/json+graph" id="graph-json-books-added-per-day">$:json_encode(stats.get_books_imported_per_day())</script>

<style type="text/css">
div.graph, div.chart{
Expand Down