1. 07 Jan, 2015 4 commits
  2. 06 Jan, 2015 1 commit
  3. 05 Jan, 2015 3 commits
  4. 01 Jan, 2015 2 commits
  5. 31 Dec, 2014 9 commits
  6. 20 Dec, 2014 6 commits
  7. 18 Dec, 2014 1 commit
  8. 13 Dec, 2014 8 commits
  9. 12 Dec, 2014 5 commits
  10. 11 Dec, 2014 1 commit
    • Mohammad Javad Naderi's avatar
      Set immediate to true when calling _.debounce · 5424e301
      Mohammad Javad Naderi authored
      When clicking on restore button for a minimized chat, the page's hash will change to `#`. It may cause problems for web apps that listen to changes in page's hash.
      
      When `immediate` argument of `debounce` function is not set, `ev` is null and ev.preventDefault() will not be called.
      5424e301