Skip to content

Commit

Permalink
Minor refinements.
Browse files Browse the repository at this point in the history
  • Loading branch information
robi42 committed May 18, 2010
1 parent 2df3f2f commit 92e0021
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports.middleware = [
'ringo/middleware/etag',
'ringo/middleware/responselog',
'ringo/middleware/error',
'ringo/middleware/notfound',
'ringo/middleware/notfound'
// 'ringo/middleware/profiler'
];

Expand Down
1 change: 0 additions & 1 deletion app/skins/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
$.get('/more', function (data) {
if (!data) {
alert('Nothing to see here, move along.');
return false;
}
$('#dummy').before(data);
sh_highlightDocument();
Expand Down

0 comments on commit 92e0021

Please sign in to comment.