mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-26 10:35:47 +01:00
declare title temporary variable
This commit is contained in:
@@ -234,7 +234,7 @@ function Bookmarks()
|
|||||||
return null;
|
return null;
|
||||||
|
|
||||||
str = match_title[match_title.length-1]; // the last captured parenthesis is the rest of the string
|
str = match_title[match_title.length-1]; // the last captured parenthesis is the rest of the string
|
||||||
title = match_title[3];
|
var title = match_title[3];
|
||||||
if(title.charAt(0) == '"')
|
if(title.charAt(0) == '"')
|
||||||
title = title.substring(1,title.length-1);
|
title = title.substring(1,title.length-1);
|
||||||
res.title = title;
|
res.title = title;
|
||||||
|
|||||||
Reference in New Issue
Block a user