# HG changeset patch
# User Charlie Root
# Date 1516030112 18000
# Node ID e8f197ce1af3cf9c47d6a8f41918f8b4a6a60a9d
# Parent 3bd5fe8166b8d76facd23bd966c5f9c8967869fc
try to reuse same tab for linking back to message
diff -r 3bd5fe8166b8 -r e8f197ce1af3 plugins/calendar/calendar_ui.js
--- a/plugins/calendar/calendar_ui.js Sat Jan 13 17:06:41 2018 -0500
+++ b/plugins/calendar/calendar_ui.js Mon Jan 15 10:28:32 2018 -0500
@@ -267,7 +267,7 @@
islink = true;
href = 'http://' + url;
}
- return islink ? '' + Q(url) + '' : Q(url);
+ return islink ? '' + Q(url) + '' : Q(url);
}
// determine whether the given date is on a weekend