mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 01:45:46 +01:00
Remove partial URL encoding from quick search completions. Ref 440caa218bda.
This commit is contained in:
@@ -258,7 +258,7 @@ var Template = Module("Template", {
|
||||
|
||||
// Fixes some strange stack rewinds on NS_ERROR_OUT_OF_MEMORY
|
||||
// exceptions that we can't catch.
|
||||
stringify: function (arg) {
|
||||
stringify: function stringify(arg) {
|
||||
if (!callable(arg))
|
||||
return String(arg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user