瀏覽代碼

6.0.2.14 release

David Benson 8 年之前
父節點
當前提交
15fb54c113
共有 11 個文件被更改,包括 78 次插入85 次删除
  1. 4 0
      ChangeLog
  2. 1 1
      VERSION
  3. 1 1
      war/WEB-INF/appengine-web.xml
  4. 1 1
      war/cache.manifest
  5. 17 17
      war/js/app.min.js
  6. 16 16
      war/js/atlas-viewer.min.js
  7. 17 17
      war/js/atlas.min.js
  8. 0 9
      war/js/diagramly/EditorUi.js
  9. 2 3
      war/js/embed-static.min.js
  10. 2 3
      war/js/reader.min.js
  11. 17 17
      war/js/viewer.min.js

+ 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

文件差異過大導致無法顯示
+ 17 - 17
war/js/app.min.js


文件差異過大導致無法顯示
+ 16 - 16
war/js/atlas-viewer.min.js


文件差異過大導致無法顯示
+ 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);
-			}
 		}
 	};
 

文件差異過大導致無法顯示
+ 2 - 3
war/js/embed-static.min.js


文件差異過大導致無法顯示
+ 2 - 3
war/js/reader.min.js


文件差異過大導致無法顯示
+ 17 - 17
war/js/viewer.min.js