Skip to content
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions octoprint_prettygcode/templates/prettygcode_tab.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
</div>

<h3 id="injector_link">PrettyGCode</h3>
A GCode visualizer.
<div>A GCode visualizer.</div>
<br>
<br>
You can open directly in fullscreen mode by using the link below.<br>
<div>You can open directly in fullscreen mode by using the link below.</div><br>
<a id="fs_link" href="/?fullscreen=1#tab_plugin_prettygcode">Direct link to fullscreen mode</a>
<br>
<button id="pginstructions_button" onClick='$("#pginstructions").toggle();'>Show/Hide Instructions</button>
Expand Down