How can I get these files, or do I have to hunt back my 3 year old developer somehow who originally coded it?", "answerCount": 1, "upvoteCount": 0, "datePublished": "2017-08-25T14:38:36.000Z", "author": { "@type": "Person", "name": "Bill Brown", "url": "https://trailblazers.salesforce.com/profileView?u=0053000000B1xnvAAB", "affiliation": { "@type": "Organization", "name": "--" } }, "suggestedAnswer": [ { "@type": "Answer", "text": "Bill,        I would suggest you to post this question to developer board for the quick response. This community is focused on configuration and design questions. Programming questions are best to post in one of the developer forums for a quick response here   https://developer.salesforce.com/forums/#!/feedtype=RECENT&criteria=ALLQUESTIONS   http://salesforce.stackexchange.com/   Thanks,   Amit Singh", "upvoteCount": 0, "url": "https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8K5nSAF", "datePublished": "2017-08-25T14:40:14.000Z", "author": { "@type": "Person", "name": "Amit Singh", "url": "https://trailblazers.salesforce.com/profileView?u=0053000000BnWmvAAF", "affiliation": { "@type": "Organization", "name": "PantherSchools" } } } ] } }
Skip to main content
So all the popups in my account not working. Was trying to do Calculate Payments under VisualForce Pages, which opens a popup. The popup which used to load earlier, doesnt complete loading anymore. Upon debugging found that the following files are missing

 

<script type="text/javascript" src="/js/functions.js"></script>

 

<script type="text/javascript" src="/js/setup.js"></script>

 

<script type="text/javascript" src="/js/roletreenode.js"></script>

 

<link  href="/css/assistive.css" type="text/css" media="aural,braille,embossed" rel="stylesheet" >

 

How can I get these files, or do I have to hunt back my 3 year old developer somehow who originally coded it?
1 answer
0/9000