/js/iframe.js |
---|
1,4 → 1,4 |
function sdt_autoResize(id){ |
function zendark_autoResize(id){ |
// form now on we try to push some css inside the iframe to |
// modify #main width to 638px (maximum allowed to keep everything |
// inside 700px) without editing the Zenphoto css |
22,7 → 22,7 |
document.getElementById(id).height = (newheight) + "px"; |
} |
function sdt_getURL(id){ |
function zendark_getURL(id){ |
var url; |
var title; |