浏览代码

10.4.0 release

Former-commit-id: f5146b71d86c9f4b5efce145f75326a17cfd2816
Gaudenz Alder 6 年之前
父节点
当前提交
33d2358bd4
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      src/main/webapp/cache.manifest
  2. 2 2
      src/main/webapp/js/app.min.js
  3. 1 1
      src/main/webapp/js/diagramly/DriveClient.js

+ 1 - 1
src/main/webapp/cache.manifest

@@ -1,7 +1,7 @@
 CACHE MANIFEST
 
 # THIS FILE WAS GENERATED. DO NOT MODIFY!
-# 03/09/2019 09:34 AM
+# 03/09/2019 09:40 AM
 
 app.html
 index.html?offline=1

文件差异内容过多而无法显示
+ 2 - 2
src/main/webapp/js/app.min.js


+ 1 - 1
src/main/webapp/js/diagramly/DriveClient.js

@@ -2457,7 +2457,7 @@ DriveClient.prototype.convertRealtimeFiles = function()
 				
 				try
 				{
-					EditorUi.sendReport('Convert Realtime Files Report ' +
+					EditorUi.sendReport('Convert Realtime Report ' +
 						new Date().toISOString() + ':' +
 						'\n\nBrowser=' + navigator.userAgent +
 						'\nUser=' + ((this.user != null) ? this.user.id : 'unknown') +