/[drupal]/contributions/themes/tapestry/js/pickstyle.js
ViewVC logotype

Contents of /contributions/themes/tapestry/js/pickstyle.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Fri Feb 22 03:21:32 2008 UTC (21 months, 1 week ago) by roopletheme
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/javascript
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