mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-29 23:58:31 +00:00
Enumerate possible get_link responses
This commit is contained in:
parent
9a1d1b720d
commit
93c3f6f672
8 changed files with 247 additions and 98 deletions
|
@ -201,7 +201,7 @@ var FFZ = window.FrankerFaceZ,
|
|||
return;
|
||||
|
||||
this._link_data[href] = data;
|
||||
data.unsafe = false;
|
||||
//data.unsafe = false;
|
||||
|
||||
var tooltip = build_link_tooltip.bind(this)(href), links,
|
||||
no_trail = href.charAt(href.length-1) == "/" ? href.substr(0, href.length-1) : null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue