This commit is contained in:
yourok
2019-10-11 12:18:19 +03:00
parent 358de66eff
commit a99fe63f4e

View File

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