- Timestamp:
- 01/29/09 16:31:15 (15 years ago)
- Location:
- trunk/web2/addons/job_monarch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web2/addons/job_monarch/js/jobgrid.js
r572 r576 252 252 setTimeout( "resizeClusterImage()", 250 ); 253 253 setTimeout( "setClusterImagePosition()", 500 ); 254 setTimeout( "achorJobListing()", 1000 );254 //setTimeout( "achorJobListing()", 1000 ); 255 255 } 256 256 -
trunk/web2/addons/job_monarch/libtoga.php
r575 r576 2282 2282 $this->drawJobs(); 2283 2283 2284 header("Cache-Control: no-cache, must-revalidate"); 2285 header("Pragma: no-cache"); 2284 2286 header( 'Content-type: image/png' ); 2285 2287 imagePNG( $this->image );
Note: See TracChangeset
for help on using the changeset viewer.