Skip to content

Commit 9d85b2f

Browse files
Remove blank comment in script
1 parent 90424c8 commit 9d85b2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main/templates/main/visualizations.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<div id='snippetDiv'></div>
3636
</body>
3737
<script type="text/javascript">
38-
//
3938
String.prototype.replaceAll = function(search, replacement) {
4039
var target = this;
4140
return target.replace(new RegExp(search, 'g'), replacement);

0 commit comments

Comments
 (0)