Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 221 Bytes

TODO.md

File metadata and controls

12 lines (8 loc) · 221 Bytes

Newsroom TODO:

  • Get tweet buttons working
    • Modal is interfering with tweet button display. Try:
    $('#myModal').on('hidden.bs.modal', function (e) {
      twttr.widgets.load();
    });