ChandimaPrabath's picture
fix $ improv
f57be92
export function formatTitle(src){
return src.split('/').pop().split('.')[0];
}