Skip to content

Commit

Permalink
Use 00778 as the default example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Aufreiter committed Dec 12, 2013
1 parent 781594e commit 65dd2cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
// Remote Example 00924
// var documentURL = "https://s3.amazonaws.com/elife-cdn/elife-articles/00924/elife00924.xml";

// Remote Example 01608
// var documentURL = "https://s3.amazonaws.com/elife-cdn/elife-articles/00778/elife00778.xml";
// Remote Example 00778
var documentURL = "https://s3.amazonaws.com/elife-cdn/elife-articles/00778/elife00778.xml";

// Remote Example 01608
// var documentURL = "https://s3.amazonaws.com/elife-cdn/elife-articles/01608/elife01608.xml";
Expand All @@ -108,9 +108,8 @@

// Local Example
// var documentURL = "data/00778/index.xml";
var documentURL = "data/kitchen_sink/index.xml";
// var documentURL = "data/kitchen_sink/index.xml";
// var documentURL = "https://s3.amazonaws.com/elife-cdn/elife-articles/01157/elife01157.xml";

// var documentURL = "https://s3.amazonaws.com/elife-cdn/elife-articles/00951/elife00951.xml";

var app = new Lens({
Expand Down
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
// Remote Example 00924
// var documentURL = "https://s3.amazonaws.com/elife-cdn/elife-articles/00924/elife00924.xml";

// Remote Example 01608
// var documentURL = "https://s3.amazonaws.com/elife-cdn/elife-articles/00778/elife00778.xml";
// Remote Example 00778
var documentURL = "https://s3.amazonaws.com/elife-cdn/elife-articles/00778/elife00778.xml";

// Remote Example 01608
// var documentURL = "https://s3.amazonaws.com/elife-cdn/elife-articles/01608/elife01608.xml";
Expand All @@ -108,9 +108,8 @@

// Local Example
// var documentURL = "data/00778/index.xml";
var documentURL = "data/kitchen_sink/index.xml";
// var documentURL = "data/kitchen_sink/index.xml";
// var documentURL = "https://s3.amazonaws.com/elife-cdn/elife-articles/01157/elife01157.xml";

// var documentURL = "https://s3.amazonaws.com/elife-cdn/elife-articles/00951/elife00951.xml";

var app = new Lens({
Expand Down

0 comments on commit 65dd2cd

Please sign in to comment.