Changeset 1691
- Timestamp:
- 11/17/07 02:36:12 (6 years ago)
- Files:
-
- 1 modified
-
websites/coderepos.org/trac/share/js/TracUtils.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
websites/coderepos.org/trac/share/js/TracUtils.js
r1685 r1691 27 27 var start = "//Executable"; 28 28 $("//*[@id='content']//div[@class='code']/pre[contains(.//span[@class='code-comment'],'"+start+"')]").each(function () { 29 var e = $(this);29 var e = $(this); 30 30 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 () { 32 32 eval(js); 33 33 }).css({
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)