瀏覽代碼

10.6.2 release

Gaudenz Alder 6 年之前
父節點
當前提交
5016afb2b2
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      src/main/webapp/cache.manifest
  2. 2 2
      src/main/webapp/js/app.min.js
  3. 2 2
      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!
-# 04/15/2019 04:57 AM
+# 04/15/2019 06:50 AM
 
 app.html
 index.html?offline=1

文件差異過大導致無法顯示
+ 2 - 2
src/main/webapp/js/app.min.js


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

@@ -1253,12 +1253,12 @@ DriveClient.prototype.saveFile = function(file, revision, success, errFn, noChec
 								
 								if (etag0 == resp.etag)
 								{
-									resons.push('stale etag');
+									reasons.push('stale etag');
 								}
 								
 								if (revision && head0 == resp.headRevisionId)
 								{
-									resons.push('stale revision');
+									reasons.push('stale revision');
 								}
 								
 								var temp = ': ' + reasons.join(', ');