Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/master' into master_defects
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamwills committed Aug 17, 2016
2 parents 738c3e2 + c547d8d commit fb40188
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<html>
<head>
<meta charset="ISO-8859-1">
<title>Try Brunel Visualization</title>
<title>Try Brunel Visualization $VERSION$</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css"-->
<!-- >link href="../bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"-->
Expand Down Expand Up @@ -104,7 +104,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span class="navbar-brand" >Try Brunel Visualization</span>
<span class="navbar-brand" >Try Brunel Visualization $VERSION$</span>

</div>
<ul class="nav navbar-top-links navbar-right">
Expand Down Expand Up @@ -338,7 +338,7 @@ <h4 class="modal-title">Source Code</h4>
<p>CSS</p>
<div class="well well-lg"><textarea cols="62" readonly style="font-family:monospace; " name='css' id ="embed_css"></textarea></div>
<button type="submit" class="btn btn-default">Try it on JSFiddle!</button>
<textarea style="display:none" name='resources'>http://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js,http://cdnjs.cloudflare.com/ajax/libs/topojson/1.6.20/topojson.min.js,http://code.jquery.com/ui/1.11.4/jquery-ui.js,http://www.brunelvis.org/js/brunel.$VERSION$.min.js,http://www.brunelvis.org/js/brunel.controls.$VERSION$.min.js,http://www.brunelvis.org/js/brunel.$VERSION$.css,http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css,http://www.brunelvis.org/js/sumoselect.css</textarea>
<textarea style="display:none" name='resources'>https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.1/d3.min.js,http://cdnjs.cloudflare.com/ajax/libs/topojson/1.6.20/topojson.min.js,http://code.jquery.com/ui/1.11.4/jquery-ui.js,http://www.brunelvis.org/js/brunel.$VERSION$.min.js,http://www.brunelvis.org/js/brunel.controls.$VERSION$.min.js,http://www.brunelvis.org/js/brunel.$VERSION$.css,http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css,http://www.brunelvis.org/js/sumoselect.css</textarea>
<input style="display:none" type='text' name='wrap' value='d'/>
</div>
</form>
Expand Down

0 comments on commit fb40188

Please sign in to comment.