diff --git a/addon/chrome/content/bubbleMap.html b/addon/chrome/content/bubbleMap.html index 1f83ddd..ac80ce5 100644 --- a/addon/chrome/content/bubbleMap.html +++ b/addon/chrome/content/bubbleMap.html @@ -1,7 +1,6 @@ - - - + +
- -
-
- +
This text is displayed if your browser does not support the Canvas - HTML element. + This text is displayed if your browser does not support the Canvas + HTML element. +
- \ No newline at end of file + diff --git a/addon/chrome/content/mindMap.html b/addon/chrome/content/mindMap.html index 3da14e9..5769f4c 100644 --- a/addon/chrome/content/mindMap.html +++ b/addon/chrome/content/mindMap.html @@ -12,14 +12,15 @@ margin: 0; } #canvas { - position:absolute; - height:100%; width:100%; + position: absolute; + height: 100%; + width: 100%; }
@@ -331,5 +355,6 @@ >
+
diff --git a/src/zotero/events.ts b/src/zotero/events.ts index 53a015b..f3611f9 100644 --- a/src/zotero/events.ts +++ b/src/zotero/events.ts @@ -1128,7 +1128,7 @@ class ZoteroEvents extends AddonBase { }; (window as unknown as XUL.XULWindow).openDialog( - "chrome://Knowledge4Zotero/content/export.xhtml", + "chrome://Knowledge4Zotero/content/export.xul", "", "chrome,centerscreen,width=400,height=400,resizable=yes", io