Skip to content

Commit

Permalink
800 is too fast. try 700
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbahr committed Mar 20, 2014
1 parent 227b503 commit 438ef17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squirt.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ sq.host = window.location.search.match('sq-dev') ?
modal.innerHTML = '<div class="error">Oops! This page is too hard for Squirt to read. We\'ve been notified, and will do our best to resolve the issue shortly.</div>';
};

dispatch('squirt.wpm', {value: 800, notForKeen: true});
dispatch('squirt.wpm', {value: 700, notForKeen: true});

var wordContainer,
prerenderer,
Expand Down

0 comments on commit 438ef17

Please sign in to comment.