Änderungen https Andy Müller rückgängig gemacht
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
//\ overLIB 4.10 - You may not remove or change this notice.
|
||||
//\ Copyright Erik Bosrup 1998-2004. All rights reserved.
|
||||
//\ Contributors are listed on the homepage.
|
||||
//\ See https://www.bosrup.com/web/overlib/ for details.
|
||||
//\ See http://www.bosrup.com/web/overlib/ for details.
|
||||
// $Revision: 1.7 $ $Date: 2004/11/25 21:27:19 $
|
||||
//\/////
|
||||
//\mini
|
||||
@ -136,7 +136,7 @@ function getAnchorObjectRef(aObj) {
|
||||
return getRefById(aObj, o3_frame.document) || getRefByName(aObj, o3_frame.document)
|
||||
}
|
||||
|
||||
// Adapted to overlib from jwin by Jason Anderson -- https://www.jwinlib.com
|
||||
// Adapted to overlib from jwin by Jason Anderson -- http://www.jwinlib.com
|
||||
function getAnchorLocation(objRef){
|
||||
var mkObj, of, offsets, mlyr
|
||||
|
||||
@ -181,7 +181,7 @@ function getAnchorLocation(objRef){
|
||||
return offsets;
|
||||
}
|
||||
|
||||
// Adapted to overlib from jwin by Jason Anderson -- https://www.jwinlib.com
|
||||
// Adapted to overlib from jwin by Jason Anderson -- http://www.jwinlib.com
|
||||
function getAnchorOffsets(mkObj){
|
||||
var fx = fy = 0, mp, puc, mkAry, sx = sy = 0, w = o3_anchoralign
|
||||
var mW = mH = pW = pH = 0
|
||||
@ -269,7 +269,7 @@ function getAnchorOffsets(mkObj){
|
||||
}
|
||||
}
|
||||
|
||||
// Adapted to overlib from jwin by Jason Anderson -- https://www.jwinlib.com
|
||||
// Adapted to overlib from jwin by Jason Anderson -- http://www.jwinlib.com
|
||||
function pageLocation(o, t){
|
||||
var x = 0
|
||||
|
||||
@ -282,7 +282,7 @@ function pageLocation(o, t){
|
||||
return x
|
||||
}
|
||||
|
||||
// Adapted to overlib from jwin by Jason Anderson -- https://www.jwinlib.com
|
||||
// Adapted to overlib from jwin by Jason Anderson -- http://www.jwinlib.com
|
||||
function getRefById(l, d){
|
||||
var r = "", j
|
||||
|
||||
@ -301,7 +301,7 @@ function getRefById(l, d){
|
||||
return false
|
||||
}
|
||||
|
||||
// Adapted to overlib from jwin by Jason Anderson -- https://www.jwinlib.com
|
||||
// Adapted to overlib from jwin by Jason Anderson -- http://www.jwinlib.com
|
||||
function getRefByName(l, d) {
|
||||
var r = null, j
|
||||
|
||||
|
Reference in New Issue
Block a user