mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
fix #3234
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@
|
|||||||
this.selector = (this.options.target
|
this.selector = (this.options.target
|
||||||
|| ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
|
|| ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
|
||||||
|| '') + ' .nav li > a'
|
|| '') + ' .nav li > a'
|
||||||
this.$body = $('body').on('click.scroll.data-api', this.selector, process)
|
this.$body = $('body')
|
||||||
this.refresh()
|
this.refresh()
|
||||||
this.process()
|
this.process()
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1290,7 +1290,7 @@
|
|||||||
this.selector = (this.options.target
|
this.selector = (this.options.target
|
||||||
|| ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
|
|| ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
|
||||||
|| '') + ' .nav li > a'
|
|| '') + ' .nav li > a'
|
||||||
this.$body = $('body').on('click.scroll.data-api', this.selector, process)
|
this.$body = $('body')
|
||||||
this.refresh()
|
this.refresh()
|
||||||
this.process()
|
this.process()
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -35,7 +35,7 @@
|
|||||||
this.selector = (this.options.target
|
this.selector = (this.options.target
|
||||||
|| ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
|
|| ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
|
||||||
|| '') + ' .nav li > a'
|
|| '') + ' .nav li > a'
|
||||||
this.$body = $('body').on('click.scroll.data-api', this.selector, process)
|
this.$body = $('body')
|
||||||
this.refresh()
|
this.refresh()
|
||||||
this.process()
|
this.process()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user