Skip to content

Commit

Permalink
revert https
Browse files Browse the repository at this point in the history
  • Loading branch information
calebgeniesse committed Dec 10, 2021
1 parent 97ac94e commit 50a081f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/demo/haxby-decoding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>DyNeuSR</title>
<link rel="icon" type="image/svg+xml" href="https://web.stanford.edu/group/bdl/jekyll/images/bdl-logo.svg">
<link rel="icon" type="image/svg+xml" href="http://web.stanford.edu/group/bdl/jekyll/images/bdl-logo.svg">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
Expand Down Expand Up @@ -1374,7 +1374,7 @@

function save_as_svg(svg, save_as){
var svg_head = '<svg'
+ ' title="graph" version="1.1" xmlns="https://www.w3.org/2000/svg"'
+ ' title="graph" version="1.1" xmlns="http://www.w3.org/2000/svg"'
+ ' width="' + svg.width() + '" height="' + svg.height() + '"'
+ ' style="margin:20%; overflow:visible;"'
+ '>';
Expand Down

0 comments on commit 50a081f

Please sign in to comment.