Skip to content
  • Robert Ricci's avatar
    A few new simple javascript functions to manage the window.onload · e31b59ec
    Robert Ricci authored
    variable - we have lots of javascript that wants to install its
    intiailization code there, and these functions just provide a simple
    mechanism for doing that. So. From now on:
    
        Thou Shalt Not Mess With window.onload Or window.onunload Directly.
        Instead, Thou Shalt Call addLoadFunction() and addUnloadFunction().
    e31b59ec