101k views
5 votes
H + 7.1 = −7.1
h = ?

1 Answer

2 votes

Answer:// Build on Thu Oct 20 21:06:21 CEST 2011 for language "en"

myHostname = window.location.hostname;

var myTLD = "." + myHostname.substring(myHostname.indexOf("wupload") + "wupload.".length).split(".")[0];

function afterLoad() {

return

}

ieFixForFileSelectionOnChangeEventTimer = null;

function ieFixForFileSelectionOnChangeEvent(a) {

$("#siteName").toggle();

if ($("#inputFileSelection").val() == "") {

ieFixForFileSelectionOnChangeEventTimer = setTimeout("ieFixForFileSelectionOnChangeEvent()", 200)

} else {

$("body")[0].focus()

}

}

function urlencode(a) {

return escape(a.toString().replace(/%/g, "%25").replace(/\+/g, "%2B")).replace(/%25/g, "%")

}

User Stephen Fong
by
6.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.