CC-4625: On tablet you cannot create a playlist, smart block or webstream
-attempt #2
This commit is contained in:
parent
a201d6f2da
commit
8fda0ba610
|
@ -715,7 +715,10 @@
|
|||
* =================================== */
|
||||
|
||||
$(document)
|
||||
.on('click.dropdown.data-api touchstart.dropdown.data-api', clearMenus)
|
||||
//menu options don't work on tablet so trying this hack for now:
|
||||
// https://github.com/twitter/bootstrap/issues/4550
|
||||
//.on('click.dropdown.data-api touchstart.dropdown.data-api', clearMenus)
|
||||
.on('click.dropdown.data-api', clearMenus)
|
||||
.on('click.dropdown touchstart.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() })
|
||||
.on('click.dropdown.data-api touchstart.dropdown.data-api' , toggle, Dropdown.prototype.toggle)
|
||||
.on('keydown.dropdown.data-api touchstart.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown)
|
||||
|
|
Loading…
Reference in New Issue