File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ watch(anyUncompressed, async (newVal) => {
63
63
<div class =" explanation-wrapper" >
64
64
<p class =" explanation" >Compresses images to < ; 10MB.</p >
65
65
<a
66
- role =" button"
67
66
href =" https://nomanssky.fandom.com/wiki/Special:Upload?multiple=true"
67
+ role =" button"
68
68
target =" _blank"
69
69
rel =" noopener noreferrer"
70
70
>Open NMS Wiki Image Upload</a
@@ -77,8 +77,8 @@ watch(anyUncompressed, async (newVal) => {
77
77
<div class =" buttons" >
78
78
<button
79
79
:aria-busy =" isCompressing"
80
- :disabled =" !files.length || !anyUncompressed"
81
80
:class =" { 'is-success': files.length && !anyUncompressed }"
81
+ :disabled =" !files.length || !anyUncompressed"
82
82
@click =" compressFiles"
83
83
>
84
84
{{ files.length && !anyUncompressed ? 'All compressed!' : 'Compress' }}
You can’t perform that action at this time.
0 commit comments