source: timingandestimationplugin/branches/trac1.0/timingandestimationplugin/htdocs/field_disabler.js

Last change on this file was 2291, checked in by Russ Tyndall, 16 years ago

TimingAndEstimationPlugin:

re #1648

Added jonas' patch that makes it no longer necesary to have base_url specified in the trac conf

also added a file that should have been there a while ago

File size: 106 bytes
Line 
1(function(){
2   var x = document.getElementById('totalhours');
3   if(x){
4      x.disabled=true;
5   }
6})()
Note: See TracBrowser for help on using the repository browser.