Skip to content

Commit

Permalink
LSNBLDR-941 Events dissapears in calendars when adding two or more ca…
Browse files Browse the repository at this point in the history
…lendars in the same page (sakaiproject#5358)
  • Loading branch information
juanjmerono authored Mar 7, 2018
1 parent d38ace4 commit 5b47989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessonbuilder/tool/src/webapp/js/lessons-calendar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$(function(){
var url = $('.site-events-url').text().replace(/'/g,"");
var url = $('.site-events-url').first().text().replace(/'/g,"");
var moreInfoUrl = $('.event-tool-url').text().replace(/'/g,"");
//get user locale from browser to customise text in calendar
var language = window.navigator.userLanguage || window.navigator.language;
Expand Down

0 comments on commit 5b47989

Please sign in to comment.