Hello, I'm using osTicket and currently trying to use Bootstrap to make the frontend becomes mobile-compatible. To make some Bootstrap effects work (the collapse plugin in particular), I'm using the latest jQuery v1.11.3, but then it caused the a.manual element in filedropzone (the "choose them" line) to stopped working.When I reverted the jQuery back to the osTicket default (v1.8.3), the a.manual works again, but of course the Bootstrap now doesn't work.I'm wondering is there a workaround to this problem (like writing some lines of code) or should I just give up on the a.manual functionality, since I don't quite understand JS and jQuery myself.
