Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as JavaScript by fghdgjkl ( 15 years ago )
I have tried this in bottom.js:
/* Fallback */
$(function () {
if ($(".default").height() == 0) {
$(".fallBack").toggle()
}
});
and
/* Fallback */
if ($(".default").height() == 0) {
$(".fallBack").toggle()
}
No luck :/
Revise this Paste