mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 03:24:11 +01:00
declare title temporary variable
This commit is contained in:
@@ -234,7 +234,7 @@ function Bookmarks()
|
||||
return null;
|
||||
|
||||
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) == '"')
|
||||
title = title.substring(1,title.length-1);
|
||||
res.title = title;
|
||||
|
||||
Reference in New Issue
Block a user