PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Has anyone seen the function goTwitter() in PT_PAGESCRIPT_FMODE_MIN_1.js

edited Jun 16, 2017 5:00AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 2 commentsAnswered

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")

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center