Dropdown menu won't activate with jquery-xmlns
Created by: mariusbuescher
Bootstrap combined https://github.com/rfk/jquery-xmlns breaks the dropdown menu.
Solution: js/dropdown.js L.17 write
var toggle = '[data-toggle="dropdown"]'
instead of
var toggle = '[data-toggle=dropdown]'
and everything works fine.