Skip to content

Commit

Permalink
D
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetcecen committed Jan 7, 2015
1 parent bdca68e commit 756676d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/full.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ function Present() {
.css('z-index','10')
.css('top', '40px')
.css('right', '40px')
.draggable()

$('.section').each( function(){
$(this).wrapInner( "<div class='container'></div>")
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.fullPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'css3': false,
'scrollingSpeed': 700,
'autoScrolling': true,
'easing': false,
'easing': 'easeInQuart',
'easingcss3': 'ease',
'loopBottom': false,
'loopTop': false,
Expand Down

0 comments on commit 756676d

Please sign in to comment.