Jump to content

Entil`zha

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Entil`zha

  1. Hi, Just tried this module with pw 2.5.3. I'm also using bootstrap-framework as a base for my theme and I found out that bootstrap has modal-class defined which make a pretty mess with adminbar. I changed: adminbar.module line 181: $modalClass = 'modal'; --> $modalClass = 'ab-modal'; adminbar.js line 10: var $modalLinks = $adminbar.find('a.modal'); --> var $modalLinks = $adminbar.find('a.ab-modal'); That fixed the mess. I don't know is it a good idea but maybe it would be wise to change that class to ab-modal so it won't interference with common css/js frameworks.
×
×
  • Create New...