@lemonadejs/cropper 1.6.1 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cropper.js +1 -1
- package/package.json +1 -1
package/dist/cropper.js
CHANGED
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
</div>
|
|
288
288
|
</div>
|
|
289
289
|
</div>
|
|
290
|
-
<div class='row p20
|
|
290
|
+
<div class='row p20' style='border-top: 1px solid #aaa'>
|
|
291
291
|
<div class='column p6 f1'>
|
|
292
292
|
<input type='button' value='Save Photo' class='jbutton dark controls w100' style='min-width: 140px;' onclick='self.updatePhoto()' disabled='disabled'>
|
|
293
293
|
</div><div class='column p6'>
|
package/package.json
CHANGED