소스 검색

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') +