1
0
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:
Kris Maglione
2012-03-26 14:01:55 -04:00
parent 99c1421b51
commit 7685a8dfeb
2 changed files with 3 additions and 2 deletions

View File

@@ -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();

View File

@@ -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>