So the website I'm working with has some html code in a placeholder , and on the varient. In the code is some javascript which i know only calls once so i have the standard shows up on the desktop version but not on mobile version issue due to the code only being called once. Normally i would just use the Java script on the desktop and then call the html verson for mobile which solves the problem. In this case i dont have the ability to call the html versoin in place of the java script....ideas?