Edgewall Software

Changes between Initial Version and Version 1 of Ticket #9236, comment 5


Ignore:
Timestamp:
Apr 20, 2010, 3:19:07 PM (14 years ago)
Author:
Christian Boos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9236, comment 5

    initial v1  
    11In blame.js:
    2 
    3  window.enableBlame = function(url, reponame, original_path) {
     2{{{
     34 window.enableBlame = function(url, reponame, original_path) {
    445 var message = null;
    556 var message_rev = null;
     
    252526 path = original_path;
    262627 }
    27 
     27}}}
    2828
    2929Takes the path associated with the changeset, which happens to be the api.py module.