Changeset 23
- Timestamp:
- 06/26/08 08:31:08 (2 months ago)
- Files:
-
- chrome/songbee/blank-projector.html (modified) (1 diff)
- chrome/songbee/preferences.js (modified) (1 diff)
- chrome/songbee/prefs-test.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
chrome/songbee/blank-projector.html
r1 r23 3 3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 4 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > 5 <head >5 <head id="headElem"> 6 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 7 7 <link title="myStyle" href="chrome://songbee/content/css/projector.css" type="text/css" rel="stylesheet"/> chrome/songbee/preferences.js
r1 r23 52 52 linkel.setAttribute("rel", "stylesheet"); 53 53 linkel.setAttribute("href", protocolhandler.getURLSpecFromFile(file)); 54 // This is a bit brittle... XXX 55 doc.firstChild.nextSibling.firstChild.appendChild(linkel); 54 doc.getElementById("headElem").appendChild(linkel); 56 55 } 57 56 chrome/songbee/prefs-test.html
r1 r23 3 3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 4 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > 5 <head >5 <head id="headElem"> 6 6 <link rel="stylesheet" href="chrome://songbee/content/css/projector.css"/> 7 7 </head>
