@@ -1,3 +1,7 @@
+20-MAR-2019: 10.5.2
+
+- Fixes bug for comments in Confluence cloud
19-MAR-2019: 10.5.1
- Adds comments for Confluence cloud
@@ -1 +1 @@
-10.5.1
+10.5.2
@@ -1,7 +1,7 @@
CACHE MANIFEST
# THIS FILE WAS GENERATED. DO NOT MODIFY!
-# 03/19/2019 06:36 PM
+# 03/20/2019 08:08 AM
app.html
index.html?offline=1
@@ -24,6 +24,9 @@ Draw.loadPlugin(function(ui)
{
ui.format.refresh();
}
+ //Prefetch comments
+ ui.getComments(function(){}, function(){});
macroData.diagramDisplayName = data.title;