pyret-embed 0.0.54 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build/web/editor.embed.html +1 -1
- package/dist/build/web/editor.html +1 -1
- package/dist/build/web/js/cpo-main.jarr.gz.js +0 -0
- package/dist/build/web/js/dashboard/index.js +3 -3
- package/dist/build/web/views/editor.html +1 -1
- package/dist/build/web/views/faq.html +1 -9
- package/package.json +1 -1
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
aria-label="Contribute detailed usage information"/>
|
|
157
157
|
<label for="detailed-logging" id="detailed-logging-label">
|
|
158
158
|
Contribute detailed usage information.</label>
|
|
159
|
-
<a href="https://
|
|
159
|
+
<a href="https://code.pyret.org/faq/" target="_blank" rel="noopener noreferrer" class="focusable info-btn" role="menuitem" tabindex="-1"
|
|
160
160
|
id="detailed-logging-learn-more"
|
|
161
161
|
title="Learn More" aria-label="Learn More">?</a>
|
|
162
162
|
</span>
|
|
@@ -42,15 +42,7 @@ h4 {
|
|
|
42
42
|
<li><em>Know who you are on Google</em> and <em>View your email address</em>:
|
|
43
43
|
The site needs to know your Google identity because this allows us to give
|
|
44
44
|
persistent access to saving to Drive that doesn't expire or require popping up
|
|
45
|
-
new windows while you're editing
|
|
46
|
-
|
|
47
|
-
<li><em>Manage your photos and videos</em> and <em>View the photos, videos, and
|
|
48
|
-
albums in your Google Drive</em>: This is used to import images into programs
|
|
49
|
-
from your Drive (which can be useful for customizing games, for example).
|
|
50
|
-
</li>
|
|
51
|
-
|
|
52
|
-
<li><em>View and manage your spreadsheets on Google Drive</em>: This enables
|
|
53
|
-
importing tables and working with data sources in your Drive.</li>
|
|
45
|
+
new windows while you're editing.</li>
|
|
54
46
|
|
|
55
47
|
<li><em>Add itself to Google Drive</em>: This lets you right-click on Pyret
|
|
56
48
|
programs in Google Drive and "Open with Pyret."</li>
|