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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user