Skip to content

Commit ce336ea

Browse files
authored
Replace ID of My Classroom link to my-classroom
This is to get the exercise in "Working with Browser Events" > "The Default Action" to work if students decide to use the code from GitHub instead of their workspace.
1 parent 6803573 commit ce336ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
data-analytics-payload="{"cta_message":"Blog","cta_type":"link","cta_destination":"new_window","cta_location":"HomePage"}"
158158
class="button button--navigation button--student button--blog" href="http://blog.udacity.com/"
159159
style="display: inline;">Blog</a>
160-
<a id="ga-99cff7" title="My Classroom" data-show-student="" data-analytics-name="Navbar Link Clicked"
160+
<a id="my-classroom" title="My Classroom" data-show-student="" data-analytics-name="Navbar Link Clicked"
161161
data-analytics-category="Navbar Link" data-analytics-label="Navbar Link - Classroom - My Classroom"
162162
data-analytics-payload="{&quot;cta_message&quot;:&quot;My Classroom&quot;,&quot;cta_type&quot;:&quot;button&quot;,&quot;cta_destination&quot;:&quot;self&quot;,&quot;cta_location&quot;:&quot;HomePage&quot;}"
163163
class="button button--primary button--student" href="https://classroom.udacity.com/"
@@ -1397,4 +1397,4 @@ <h3>
13971397
<script src="app.js"></script>
13981398
</body>
13991399

1400-
</html>
1400+
</html>

0 commit comments

Comments
 (0)