Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
echelon committed Nov 9, 2012
1 parent 66228b6 commit 61688fc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 39 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion js/slideshow.js
Expand Up @@ -13,7 +13,7 @@ function split_into_slides(text)
};

function loadfile() {
var file = $(document).getUrlParam('md') || 'exampleNew.md';
var file = $(document).getUrlParam('md') || 'example.md';
$.ajax({
url: file,
dataType: 'text',
Expand Down
Empty file removed mobile.css
Empty file.
38 changes: 0 additions & 38 deletions test.html

This file was deleted.

0 comments on commit 61688fc

Please sign in to comment.