in public/scripts/popup.js [39:49]
function openProjects(t, itemsToSearch) {
return t.popup({
title: 'Projects',
items: itemsToSearch,
search: {
count: 10,
placeholder: 'Search Projects',
empty: 'No projects found'
}
});
}