Skip to content
yanickrochon edited this page Apr 8, 2013 · 2 revisions

###1. Buttons (related issues: #55)

The buttons do no render correctly.

  1. If using Twitter Bootstrap, use this code to revert the UI buttons into jQuery UI's :

    if ($.fn.button.noConflict != undefined) {
        $.fn.button.noConflict();
    }