1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

uncomment one last line

This commit is contained in:
dkanada 2020-02-25 22:31:54 +09:00
parent a9be94a803
commit 9091284b78

View file

@ -132,7 +132,7 @@ define(['events'], function (events) {
var match;
while (match = linkRegExp.exec(text)) {
// console.debug(matches);
console.debug(matches);
var txt = match[0];
var pos = match.index;
var len = txt.length;