Skip to content

Commit

Permalink
Fixed usability issue reported by Brian Sletten - show initial triple…
Browse files Browse the repository at this point in the history
…s on load.
  • Loading branch information
msporny committed Dec 15, 2010
1 parent af82e52 commit af2aa49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions live-loop.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
liveloop.setupCodePrologue();
liveloop.setupCodeEpilogue();
$("#code-body").keyup(liveloop.checkCounter);

// display the initial triples
liveloop.updateTriples();
};

liveloop.checkCounter = function(event)
Expand Down

0 comments on commit af2aa49

Please sign in to comment.