1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-26 00:52: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;
try {
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 {
context.completions = context.completions.slice();