Browse Source

10.6.2 release

Gaudenz Alder 6 years ago
parent
commit
5016afb2b2

+ 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

File diff suppressed because it is too large
+ 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(', ');