]> source.dussan.org Git - jquery-ui.git/commit
Tabs: Strip hash from remote content URLs
authorScott González <scott.gonzalez@gmail.com>
Tue, 30 Aug 2016 18:37:04 +0000 (14:37 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 31 Aug 2016 11:45:09 +0000 (07:45 -0400)
commit398bd8dd36518ef04ffc9b7afb3a66195e78ec08
treec0077420ef8a5a00173d659944899714aad8d7b5
parent3a45a47968c8b45646bfc273bd257596212856a1
Tabs: Strip hash from remote content URLs

As of jQuery 3.0.0, hashes are no longer stripped for Ajax requests. This
causes issues in IE <11, so we need to strip this before making the request.

Ref jquery/jquery#1732
Closes gh-1736
ui/widgets/tabs.js