Skip to content

Commit b9abc76

Browse files
committed
bah
1 parent 4ac8dac commit b9abc76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/js/pytutor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ ExecutionVisualizer.prototype.render = function() {
471471

472472
// add an extra label to link back to the main site, so that viewers
473473
// on the embedded page know that they're seeing an OPT visualization
474-
this.domRoot.find('#codeDisplayDiv').append('<div style="font-size: 8pt; margin-bottom: 20px;">Visualized using <a href="proxy.php?url=http%3A%2F%2Fpythontutor.com" target="_blank" style="color: #3D58A2;">Online Python Tutor</a> by <a href="proxy.php?url=http%3A%2F%2Fwww.pgbovine.net%2F" target="_blank">Philip Guo</a></div>');
474+
this.domRoot.find('#codeDisplayDiv').append('<div style="font-size: 8pt; margin-bottom: 20px;">Visualized using <a href="proxy.php?url=http%3A%2F%2Fpythontutor.com" target="_blank" style="color: #3D58A2;">Online Python Tutor</a> by <a href="proxy.php?url=http%3A%2F%2Fwww.pgbovine.net%2F" target="_blank" style="color: #3D58A2;">Philip Guo</a></div>');
475475
}
476476

477477
myViz.editAnnotationMode = false;

0 commit comments

Comments
 (0)