Browse Source

6.0.2.14 release

David Benson 8 years ago
parent
commit
15fb54c113

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+27-JAN-2017: 6.0.2.14
+
+- Fixes status bar in Firefox in Atlas theme
+
 26-JAN-2017: 6.0.2.13
 
 - Updates Arrange tab after remove from group

+ 1 - 1
VERSION

@@ -1 +1 @@
-6.0.2.13
+6.0.2.14

+ 1 - 1
war/WEB-INF/appengine-web.xml

@@ -2,7 +2,7 @@
 <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
 	<application>drawdotio</application>
 	<!-- IMPORTANT! DO NOT CHANGE THIS VALUE IN SOURCE CONTROL! -->
-	<version>test</version>
+	<version>6-0-2-14</version>
 	
 	<!-- Configure java.util.logging -->
 	<system-properties>

+ 1 - 1
war/cache.manifest

@@ -1,7 +1,7 @@
 CACHE MANIFEST
 
 # THIS FILE WAS GENERATED. DO NOT MODIFY!
-# 01/26/2017 10:26 AM
+# 01/27/2017 02:04 PM
 
 /app.html
 /index.html?offline=1

File diff suppressed because it is too large
+ 17 - 17
war/js/app.min.js


File diff suppressed because it is too large
+ 16 - 16
war/js/atlas-viewer.min.js


File diff suppressed because it is too large
+ 17 - 17
war/js/atlas.min.js


+ 0 - 9
war/js/diagramly/EditorUi.js

@@ -6943,15 +6943,6 @@
 			this.toolbar.container.appendChild(div);
 			this.toolbar.staticElements.push(div);
 			div.style.right = (uiTheme != 'atlas') ? '52px' : '42px';
-			
-			// Moves status bar to toolbar with Atlas theme in embed mode
-			if (uiTheme == 'atlas')
-			{
-				this.statusContainer.style.color = '#707070';
-				this.statusContainer.style.paddingLeft = '26px';
-				this.toolbar.staticElements.push(this.statusContainer);
-				this.toolbar.container.appendChild(this.statusContainer);
-			}
 		}
 	};
 

File diff suppressed because it is too large
+ 2 - 3
war/js/embed-static.min.js


File diff suppressed because it is too large
+ 2 - 3
war/js/reader.min.js


File diff suppressed because it is too large
+ 17 - 17
war/js/viewer.min.js