1
0
Fork 0
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:
Kane York 2015-10-24 22:38:04 -07:00
parent 9a1d1b720d
commit 93c3f6f672
8 changed files with 247 additions and 98 deletions

View file

@ -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;