forked from Botanical/BotanJS
Upgraded windows images to 20h2
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user