Skip to content

Commit

Permalink
Bump version and tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Aug 29, 2014
1 parent ebf924f commit 5e0f2ad
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ var defaults = {
staggerDelay: 0.1,
stagger: 'random',
customCssFile: false,
displayScrollbar: true,
displayScrollbar: false,
scrollbarShortenRatio: 2,
pageMargin: 20,
displayPageCount: true,
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "horizonal",
"version": "0.0.1",
"version": "0.0.2",
"authors": [
"Michael Bromley <[email protected]>"
],
Expand Down
2 changes: 2 additions & 0 deletions demo/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
$('#switch').on('change', function() {
if ($('#switch').is(':checked')) {
horizonal.enable();
$('#theme-selector').attr('disabled', null);
} else {
horizonal.disable();
$('#theme-selector').attr('disabled', 'true');
}
});
});
Expand Down
2 changes: 1 addition & 1 deletion demo/themes/book-pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@

.hrz-page.hrz-hidden {


}
2 changes: 1 addition & 1 deletion src/demo-themes/book-pages/book-pages.src.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@

.hrz-page.hrz-hidden {


}

0 comments on commit 5e0f2ad

Please sign in to comment.