Parent Directory
|
Revision Log
|
Revision Graph
Initial Release for Drupal 5.0
| 1 | function pickstyle(whichstyle) { |
| 2 | var expireDate = new Date() |
| 3 | var expstring=expireDate.setDate(expireDate.getDate()+30) |
| 4 | |
| 5 | document.cookie = "tapestrystyle=" + whichstyle + "; expires="+expireDate.toGMTString() |
| 6 | } |
| 7 | |
| 8 | |
| 9 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |