Skip to content

Commit 1ca6344

Browse files
JoshJosh
authored andcommitted
restore accidentally-removed toString()
1 parent 66010c3 commit 1ca6344

File tree

1 file changed

+1
-1
lines changed
  • site/themes/s2b_hugo_theme/assets/js/cal

1 file changed

+1
-1
lines changed

site/themes/s2b_hugo_theme/assets/js/cal/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
output: 'xml'
9898
});
9999

100-
return googleCalUrl;
100+
return googleCalUrl.toString();
101101
};
102102

103103
$.fn.compareTimes = function ( event1, event2 ) {

0 commit comments

Comments
 (0)