forked from Botanical/BotanJS
Introducing new responsive classes
This commit is contained in:
@@ -704,17 +704,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
var stage = c_body.parentNode
|
||||
BotanJS.addEventListener( "Responsive"
|
||||
/** e @type {Astro.Starfall.Events.Responsive} */
|
||||
, function( e ) {
|
||||
e.data.ratio < 1
|
||||
? stage.style.width = "100%"
|
||||
: stage.style.width = ""
|
||||
;
|
||||
}
|
||||
);
|
||||
|
||||
if( !loggedIn )
|
||||
{
|
||||
var limit = 5;
|
||||
|
||||
Reference in New Issue
Block a user