Index: openacs-4/packages/xowiki/www/portlets/weblog-mini-calendar.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/portlets/weblog-mini-calendar.tcl,v diff -u -r1.18.2.2 -r1.18.2.3 --- openacs-4/packages/xowiki/www/portlets/weblog-mini-calendar.tcl 11 Sep 2016 00:01:23 -0000 1.18.2.2 +++ openacs-4/packages/xowiki/www/portlets/weblog-mini-calendar.tcl 11 Sep 2016 00:04:27 -0000 1.18.2.3 @@ -159,7 +159,7 @@ append js [subst { document.getElementById("$id").addEventListener('click', function (event) { event.preventDefault(); - window.location.href=$url + window.location.href="$url"; return false; }); }]