mirror of
https://github.com/twbs/bootstrap.git
synced 2025-07-30 18:30:30 +02:00
check that href id's are followed by valid char – fixes #10044
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
|
||||
if (!selector) {
|
||||
selector = $this.attr('href')
|
||||
selector = selector && /#/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
|
||||
selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
|
||||
}
|
||||
|
||||
var $parent = selector && $(selector)
|
||||
|
Reference in New Issue
Block a user