mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
add hint
This commit is contained in:
@@ -141,7 +141,7 @@ var cachePage = `
|
|||||||
return;
|
return;
|
||||||
var html = "";
|
var html = "";
|
||||||
for(var i = 0; i < len; i++) {
|
for(var i = 0; i < len; i++) {
|
||||||
html += '<span class="piece" id="p'+i+'"></span>';
|
html += '<span class="piece" id="p'+i+'" title="'+i+'" ></span>';
|
||||||
}
|
}
|
||||||
cache.html(html);
|
cache.html(html);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user