File: switchStyle.js.pt_br

package info (click to toggle)
jwchat 1.0beta3-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,288 kB
  • ctags: 382
  • sloc: xml: 462; sh: 80; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (29)
1
2
3
4
5
6
7
8
9
10
11
style = "jwchat.css"; // fallback

// look for stylesheet
if (parent.top.stylesheet)
  style = parent.top.stylesheet;
else if (top.opener.top.stylesheet)
  style = top.opener.top.stylesheet;
else if (top.opener.opener.top.stylesheet)
	style = top.opener.opener.top.stylesheet;

document.write('<link rel="styleSheet" type="text/css" href="'+style+'">');