1. 14 Dec, 2013 1 commit
  2. 10 Dec, 2013 1 commit
  3. 08 Dec, 2013 1 commit
  4. 07 Dec, 2013 2 commits
  5. 06 Dec, 2013 2 commits
  6. 04 Dec, 2013 1 commit
    • mdxs's avatar
      Dropping unused variable in dropdown.js · f7d21d69
      mdxs authored
      Dropping an unused variable in the Dropdown function inside the `dropdown.js` code.
      
      There are no new/changed unit tests, as there are no feature/bug changes requiring new test cases.
      
      For the record: I agree to dual-license this contribution under the Apache 2 and MIT licenses.
      f7d21d69
  7. 02 Dec, 2013 1 commit
  8. 18 Nov, 2013 1 commit
  9. 16 Nov, 2013 1 commit
  10. 15 Nov, 2013 1 commit
  11. 11 Nov, 2013 2 commits
  12. 06 Nov, 2013 1 commit
  13. 02 Nov, 2013 1 commit
  14. 29 Oct, 2013 1 commit
  15. 25 Oct, 2013 1 commit
  16. 22 Oct, 2013 1 commit
  17. 09 Oct, 2013 1 commit
  18. 18 Sep, 2013 1 commit
  19. 08 Sep, 2013 1 commit
    • Alexey's avatar
      changed attr('data-target') to data('target'); · 7ee2b6a9
      Alexey authored
      this will extend js interface, to be possible to setup targets for tabs as 
          var content=$('<div class="tab-pane">',{text: 'content'});
          var tab=('<li>',{html: $('<a>',{text: 'Main options'})}).addClass('active').data({target: $main,toggle: 'tab'}).appendTo(tabs);
      7ee2b6a9
  20. 30 Aug, 2013 1 commit
  21. 22 Aug, 2013 1 commit
  22. 18 Aug, 2013 1 commit
  23. 17 Aug, 2013 8 commits
  24. 13 Aug, 2013 1 commit
    • Mark Otto's avatar
      Drop the accordion for the panel · 237640c7
      Mark Otto authored
      * Deletes the accordion.less file
      * Extends the panel to be collapsible with our JS plugin
      * Supports panel color variations
      237640c7
  25. 11 Aug, 2013 4 commits
  26. 10 Aug, 2013 2 commits