svn commit: samba-web r732 - in trunk/news/js: .

deryck at samba.org deryck at samba.org
Sat Jul 2 03:55:24 GMT 2005


Author: deryck
Date: 2005-07-02 03:55:24 +0000 (Sat, 02 Jul 2005)
New Revision: 732

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=732

Log:
Warn that search is disabled without cookie support.

deryck

Modified:
   trunk/news/js/initPage.js


Changeset:
Modified: trunk/news/js/initPage.js
===================================================================
--- trunk/news/js/initPage.js	2005-07-02 03:37:40 UTC (rev 731)
+++ trunk/news/js/initPage.js	2005-07-02 03:55:24 UTC (rev 732)
@@ -42,6 +42,8 @@
 			}
 
 			delSessionCookie('query');
+		} else {
+			notify('Your browser appears to lack cookie support.  Search will be disabled.');
 		}
 	}
 }



More information about the samba-cvs mailing list