Changeset 1475

Show
Ignore:
Timestamp:
11/14/07 15:47:17 (6 years ago)
Author:
amachang
Message:

websites/coderepos.org/trac/share/js/TracAuthorIcon.js: install in DOMContentLoaded phase.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/coderepos.org/trac/share/js/TracAuthorIcon.js

    r1474 r1475  
    5858    , run : function () { 
    5959        if ('_ran' in this) return; 
     60 
     61        var content = document.getElementById('content'); 
     62        if (!content) return; 
    6063        this._ran = true; 
    6164 
    62         var content = document.getElementById('content'); 
    6365        var authors = []; 
    6466