Skip to content

Commit

Permalink
Using the cashed pipe output
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyan committed Oct 3, 2010
1 parent ca09ec8 commit b029248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fr.perfplanet/index.html
Expand Up @@ -139,7 +139,7 @@ <h3 class="mh">Performance community</h3>

<script>
var pipe = "http://pipes.yahoo.com/pipes/pipe.run?_id=a58c6bfa2c56e8df5668131db2d584ca&_render=json&_callback=render&howmany=20";
//pipe = "data.js"; // comment this out to test the live pipe as opposed to the cached one
pipe = "data.js"; // comment this out to test the live pipe as opposed to the cached one
var s = document.createElement('script');
s.src = pipe;
document.documentElement.firstChild.appendChild(s);
Expand Down

0 comments on commit b029248

Please sign in to comment.