Trim ^M characters from end of lines.
All the other layout/... files are UNIX-format text files already.
This commit is contained in:
parent
bc80eafff4
commit
561dea0814
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26396
1 changed files with 106 additions and 106 deletions
|
@ -1,6 +1,6 @@
|
|||
/* http://www.alistapart.com/articles/alternate/ */
|
||||
|
||||
/* $FreeBSD$ */
|
||||
/* $FreeBSD: www/en/layout/js/styleswitcher.js,v 1.2 2005/11/23 14:22:07 keramida Exp $ */
|
||||
|
||||
var is_khtml = /Konqueror|Safari|KHTML/i.test(navigator.userAgent);
|
||||
var is_safari = /Safari/i.test(navigator.userAgent);
|
||||
|
|
Loading…
Reference in a new issue