Show
Ignore:
Timestamp:
06/20/08 02:05:43 (18 months ago)
Author:
bsmith
Message:

bugzid:80079 - attach load and unload functions via mtAttachEvent function... thus further simplifying MTML

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-40/default_templates/comments.mtml

    r2613 r2619  
    101101        </div> 
    102102    </div> 
     103    <script type="text/javascript"> 
     104    <!-- 
     105    mtAttachEvent("load", mtEntryOnLoad); 
     106    mtAttachEvent("unload", mtEntryOnUnload); 
     107    //--> 
     108    </script> 
    103109    </mt:IfCommentsAccepted> 
    104110