Skip to content

Instantly share code, notes, and snippets.

@themorgantown
Created July 5, 2012 21:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save themorgantown/049292b42e0a650ca435 to your computer and use it in GitHub Desktop.
Save themorgantown/049292b42e0a650ca435 to your computer and use it in GitHub Desktop.
<html>
<head>
<script type="text/javascript" src="AppleClasses/AppleWidget.js"> </script>
<!-- AppleWidget.js can be downloaded from here: http://cl.ly/code/002v090w2k1u -->
</head>
<body>
Your widget content goes here.
<script type="text/javascript">
window.onload = function ()
 {

widget.notifyContentIsReady();

}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment