We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc4f59 commit bc2ec3bCopy full SHA for bc2ec3b
chrome/content/sogo-connector/calendar/calendar-overlay.js
@@ -239,7 +239,13 @@ function SIOnCalendarOverlayLoad() {
239
if (typeof(popup) == "undefined") {
240
setTimeout(SIOnCalendarOverlayLoad, 100);
241
return;
242
- }
+ }
243
+
244
+ let beenhere = document.getElementById("list-calendars-context-sogo-acls");
245
246
+ if (beenhere != null) {
247
+ return;
248
249
250
let properties = document.getElementById("list-calendars-context-edit");
251
//let showonly = document.getElementById("list-calendars-context-sogo-showonly");
0 commit comments