File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments