Changeset 2764

Show
Ignore:
Timestamp:
07/14/08 09:03:28 (5 months ago)
Author:
auno
Message:

Fixed weird comment sign in/out behavior for IE. BugzID:80548

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-41/default_templates/javascript.mtml

    r2662 r2764  
    321321        mtFetchedUser = true; 
    322322        var script = document.createElement('script'); 
    323         script.src = '<$mt:CGIPath$><$mt:CommentScript$>?__mode=session_js&blog_id=<$mt:BlogID$>&jsonp=' + cb; 
     323        var ts = new Date().getTime(); 
     324        script.src = '<$mt:CGIPath$><$mt:CommentScript$>?__mode=session_js&blog_id=<$mt:BlogID$>&jsonp=' + cb + '&ts=' + ts; 
    324325        (document.getElementsByTagName('head'))[0].appendChild(script); 
    325326    }