This inline javascript:
(function(skuid){<br>var $ = skuid.$;<br>$(document.body).one('pageload',function(){<br> console.log('Page Loaded');<br>});<br>})(skuid);
When I run the page with the skuid preview, it works fine. When I run it visual force on a salesforce Site, the code doesn’t execute and my console is blank.