File: overlay.js.patch

package info (click to toggle)
ldaptor 0.0.43%2Bdebian1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,168 kB
  • ctags: 3,592
  • sloc: python: 18,670; xml: 787; makefile: 147; sh: 88
file content (15 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- /usr/share/sgml/docbook/custom/slides/3.0b1/browser/overlay.js	Tue Jun 18 19:03:26 2002
+++ bk-for-sg-engine/browser/overlay.js	Tue Dec 31 11:31:48 2002
@@ -53,8 +53,10 @@
 	overlayLy = window.innerHeight;
 	overlayLx = window.innerWidth;
 	overlayH  = document.overlayDiv.clip.height;
-	overlayW  = body.clip.width; // document.overlayDiv.clip.width;
-	contentH  = body.clip.height;
+	//overlayW  = body.clip.width; // document.overlayDiv.clip.width;
+	overlayW  = document.overlayDiv.clip.width;
+	//contentH  = body.clip.height;
+	contentH  = document.overlayDiv.clip.height;
     } else if (overlayNS6) {
 	var odiv = document.getElementById('overlayDiv');