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:
parent
a9be94a803
commit
9091284b78
1 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ define(['events'], function (events) {
|
||||||
var match;
|
var match;
|
||||||
|
|
||||||
while (match = linkRegExp.exec(text)) {
|
while (match = linkRegExp.exec(text)) {
|
||||||
// console.debug(matches);
|
console.debug(matches);
|
||||||
var txt = match[0];
|
var txt = match[0];
|
||||||
var pos = match.index;
|
var pos = match.index;
|
||||||
var len = txt.length;
|
var len = txt.length;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue