Changeset 1691

Show
Ignore:
Timestamp:
11/17/07 02:36:12 (6 years ago)
Author:
cho45
Message:

websites/coderepos.org/trac/share/js/TracUtils.js:

fix typo

Files:
1 modified

Legend:

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

    r1685 r1691  
    2727                var start = "//Executable"; 
    2828                $("//*[@id='content']//div[@class='code']/pre[contains(.//span[@class='code-comment'],'"+start+"')]").each(function () { 
    29                         var e = $(this); 
     29                        var e  = $(this); 
    3030                        var js = e.text(); 
    31                         var a = $("<a href='javascript:void(156)>Click to execute.</a>").click(function () { 
     31                        var a  = $("<a href='javascript:void(156)'>Click to execute.</a>").click(function () { 
    3232                                eval(js); 
    3333                        }).css({