fix annoying behaviour in webkit browsers when middle-clicking (open in new tab) on a build, it used to open the build both in new tab as current tab
[?]
Nov 20, 2011, 2:38 AM
RH2BAJ6KVP2M7AKCVZTPZBENJ3UWWZT7JLO63PPZY2MSLEQ5UMVQCDependencies
- [2]
2JMJKP4P - [3]
JRU2LRPZ - [4]
JLDUSNUO* Unify rendering of finished and scheduled builds. - [5]
4S4ZMFJK* Links on trs. - [6]
QZLMDKMU* Queue runner: don't start scheduled builds builds if they belong to - [7]
L7LFU6IQ* Make build steps clickable as well. - [*]
IK53RV4V
Change contents
- replacement in src/root/common.tt at line 100
onclick="window.location = '[% c.uri_for('/build' build.id) %]'">onclick="if(event.which == 2) return true ; window.location = '[% c.uri_for('/build' build.id) %]'">