overleaf/services/web/public/coffee/main/project-list
Henry Oswald b9001f19e6 use indexOf not matches for searching for project by name
matches treats string like regex so chars like ( break it
just doing a simple indexOf == -1 is fine for a string match

will also fix it for projects with . in name which do come up
2016-11-15 11:41:14 +00:00
..
index.coffee
left-hand-menu-promo-controller.coffee
modal-controllers.coffee
notifications-controller.coffee
project-list.coffee use indexOf not matches for searching for project by name 2016-11-15 11:41:14 +00:00
tag-controllers.coffee