Roo/bootstrap/UploadCropbox.js
authoredward <edward@roojs.com>
Mon, 22 Feb 2016 05:21:43 +0000 (13:21 +0800)
committeredward <edward@roojs.com>
Mon, 22 Feb 2016 05:21:43 +0000 (13:21 +0800)
Roo/bootstrap/UploadCropbox.js

index b9ae6e0..c5c9410 100644 (file)
@@ -123,11 +123,6 @@ Roo.extend(Roo.bootstrap.UploadCropbox, Roo.bootstrap.Component,  {
                     cls : 'roo-upload-cropbox-body',
                     style : 'cursor:pointer',
                     cn : [
-                        {
-                            tag : 'div',
-                            cls : 'roo-upload-cropbox-error-notify alert alert-danger',
-                            html : 'test'
-                        },
                         {
                             tag : 'div',
                             cls : 'roo-upload-cropbox-preview'
@@ -140,6 +135,11 @@ Roo.extend(Roo.bootstrap.UploadCropbox, Roo.bootstrap.Component,  {
                             tag : 'div',
                             cls : 'roo-upload-cropbox-empty-notify',
                             html : this.emptyText
+                        },
+                        {
+                            tag : 'div',
+                            cls : 'roo-upload-cropbox-error-notify alert alert-danger',
+                            html : 'test'
                         }
                     ]
                 },