Upgraded windows images to 20h2

This commit is contained in:
2022-04-05 02:42:09 +09:00
parent 2ede966b71
commit ec55e174db
9 changed files with 32 additions and 25 deletions

View File

@@ -35,9 +35,6 @@
var applyStructure = function( obj )
{
// remove loading bubbles
while( ostage.hasChildNodes() ) ostage.removeChild( ostage.firstChild );
/** @type {_AstJson_.SiteFile} */
var finfo = JSON.parse( obj );
@@ -57,12 +54,13 @@
var file = files[i];
var uuid = Perf.uuid;
ostage.appendChild(
Dand.wrapna( "div", [
new IKey( "id", uuid )
, new DataKey( "size", "medium" )
ostage.appendChild( Dand.wrapne(
"div"
, Dand.wrapna( "img", [
new IKey( "src", "data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" )
] )
);
, [ new IKey( "id", uuid ), new DataKey( "size", "medium" ) ]
) );
Cycle.next( function()
{