Has anyone seen the function goTwitter() in PT_PAGESCRIPT_FMODE_MIN_1.js
There seems to be a JavaScript that's on all of our Fluid Pages in PeopleSoft 9.2 that has a Twitter function, has anyone seen this? Seems odd.
function goTwitter()
{
document.location='https://twitter.com/';}
function createTwitter(myid, sSearch, sType, nVersion, nInterval, sTitle, sSubject,
nWith, nHeight, sShellBackground, sShellColor, sTweetBackground, sTweetColor, sTweetLink,
bScrollbar, bLoop, bLive, sBehavior) {
if (typeof nVersion == "undefined")
nVersion = 2; if(typeof sType == "undefined")
sType = 'search'; if (typeof sSearch == "undefined")
sSearch = "#love"; if (typeof nInterval == "undefined")
nInterval = 1000; if (typeof sTitle == "undefined")
sTitle = ''; if (typeof sSubject == "undefined")
sSubject = 'Love'; if (typeof nWith == "undefined")
nWith = 220; if (typeof nHeight == "undefined")
nHeight = 300; if (typeof sShellBackground == "undefined")