mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 02:32:27 +01:00
Bump maxVersion.
This commit is contained in:
@@ -1806,7 +1806,8 @@ var Buffer = Module("Buffer", {
|
|||||||
context.incomplete = false;
|
context.incomplete = false;
|
||||||
try {
|
try {
|
||||||
if (/filename="(.*?)"/.test(xhr.getResponseHeader("Content-Disposition")))
|
if (/filename="(.*?)"/.test(xhr.getResponseHeader("Content-Disposition")))
|
||||||
context.completions.push([decodeURIComponent(RegExp.$1), _("buffer.save.suggested")]);
|
context.completions.push([decodeURIComponent(RegExp.$1),
|
||||||
|
_("buffer.save.suggested")]);
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
context.completions = context.completions.slice();
|
context.completions = context.completions.slice();
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
<Description
|
<Description
|
||||||
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
|
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
|
||||||
em:minVersion="4.0"
|
em:minVersion="4.0"
|
||||||
em:maxVersion="13.*"/>
|
em:maxVersion="14.*"/>
|
||||||
</em:targetApplication>
|
</em:targetApplication>
|
||||||
</Description>
|
</Description>
|
||||||
</RDF>
|
</RDF>
|
||||||
|
|||||||
Reference in New Issue
Block a user