|
CVS: phpwiki/themes/default/templates redirect.tmpl,1.3,1.4: msg#00115web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/themes/default/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5757 Modified Files: redirect.tmpl Log Message: opera support Index: redirect.tmpl =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/themes/default/templates/redirect.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -2 -b -p -d -r1.3 -r1.4 --- redirect.tmpl 14 Jun 2004 11:26:53 -0000 1.3 +++ redirect.tmpl 22 Jan 2005 12:09:05 -0000 1.4 @@ -27,4 +27,6 @@ printf("<?xml version=\"1.0\" encoding=\ else if (typeof location.assign == 'function') location.assign(url); + else if (self.location.href) + self.location.href = url; else window.location = url; ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS: phpwiki/themes/default/templates editpage.tmpl,1.52,1.53: 00115, Reini Urban |
|---|---|
| Next by Date: | CVS: phpwiki/themes/default/templates editpage.tmpl,1.53,1.54: 00115, Reini Urban |
| Previous by Thread: | CVS: phpwiki/themes/default/templates editpage.tmpl,1.52,1.53i: 00115, Reini Urban |
| Next by Thread: | CVS: phpwiki/themes/default/templates editpage.tmpl,1.53,1.54: 00115, Reini Urban |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |