Skip to content

Commit ebda0d6

Browse files
committed
redeploy to gh-pages with scrollspy patch
1 parent c099994 commit ebda0d6

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

assets/bootstrap.zip

-9 Bytes
Binary file not shown.

assets/js/bootstrap-scrollspy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
this.selector = (this.options.target
3636
|| ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
3737
|| '') + ' .nav li > a'
38-
this.$body = $('body').on('click.scroll.data-api', this.selector, process)
38+
this.$body = $('body')
3939
this.refresh()
4040
this.process()
4141
}

assets/js/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@
12901290
this.selector = (this.options.target
12911291
|| ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
12921292
|| '') + ' .nav li > a'
1293-
this.$body = $('body').on('click.scroll.data-api', this.selector, process)
1293+
this.$body = $('body')
12941294
this.refresh()
12951295
this.process()
12961296
}

0 commit comments

Comments
 (0)