redeploy to gh-pages with scrollspy patch

This commit is contained in:
Jacob Thornton
2012-04-25 22:01:28 -07:00
parent c099994513
commit ebda0d6bd4
4 changed files with 3 additions and 3 deletions
Binary file not shown.
+1 -1
View File
@@ -35,7 +35,7 @@
this.selector = (this.options.target
|| ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
|| '') + ' .nav li > a'
this.$body = $('body').on('click.scroll.data-api', this.selector, process)
this.$body = $('body')
this.refresh()
this.process()
}
+1 -1
View File
@@ -1290,7 +1290,7 @@
this.selector = (this.options.target
|| ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
|| '') + ' .nav li > a'
this.$body = $('body').on('click.scroll.data-api', this.selector, process)
this.$body = $('body')
this.refresh()
this.process()
}
+1 -1
View File
File diff suppressed because one or more lines are too long