Greenwich - fix conflict btw bootstrap & jQuery UI button
authorColeman Watts <coleman@civicrm.org>
Wed, 7 Oct 2020 13:33:18 +0000 (09:33 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 7 Oct 2020 13:33:33 +0000 (09:33 -0400)
commitc99c68b10f945abaf0c662dcc5a318aca1abc507
tree9485c86d76b2a471f0206fd33a52b0b3edb404a6
parentb6955652a2e60d42664a43842f16fc18ddb480f4
Greenwich - fix conflict btw bootstrap & jQuery UI button

This calls noConflict on the Bootstrap3 $.fn.button() method, essentially getting rid of it,
as it is not used by CiviCRM, whereas the jQuery UI $.fn.button() is used.

If we needed the boostrap button function, we could rename it with something like:
`$.fn.btn = $.fn.button.noConflict();`
ext/greenwich/greenwich.php
ext/greenwich/js/noConflict.js [new file with mode: 0644]