Skip to content

Commit

Permalink
Merge pull request #8 from jsakamoto/fix/reload_issue
Browse files Browse the repository at this point in the history
Fix the problem that does not work well reloading feature (space key) at some browser or environment.
  • Loading branch information
chrishulbert committed May 20, 2013
2 parents faa4aa5 + d4a337c commit a1a8ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Presenter.html
Expand Up @@ -158,6 +158,7 @@
Present.reload = function() {
$.ajax({
url: 'presentation.md',
cache: false,
success: function(data) {
if (data.length>0) {
converter = new Showdown.converter();
Expand Down

0 comments on commit a1a8ec1

Please sign in to comment.