mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
add hint
This commit is contained in:
@@ -141,7 +141,7 @@ var cachePage = `
|
||||
return;
|
||||
var html = "";
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user