Serhioromano / bootstrap-calendar

Full view calendar with year, month, week and day views based on templates with Twitter Bootstrap.
http://bootstrap-calendar.eivissapp.com/
MIT License
3.02k stars 1.29k forks source link

Remove hyperlink #776

Open akula9703 opened 3 years ago

akula9703 commented 3 years ago

Hello, Can you tell me how can to remove hyperlink from event name? task1

tdtooke commented 3 years ago

On that particular page if you go to day.html and find the byhour one, it'll have <% .each(by_hour, function(event){ %>. Under that take the anchor tag away and just have the tag with the event title and you no longer have a clickable url. If you want to get rid of all the links you're gonna have to dig through a lot of files.