jablonka.czprosek.czf

weathermap

Subversion Repositories:
[/] [docs/] [example/] [overlib.js] - Diff between revs 1 and 85

Show entire file Ignore whitespace

Rev 1 Rev 85
Line 335... Line 335...
// Clears popups if appropriate // Clears popups if appropriate
function nd(time) { function nd(time) {
if (olLoaded && !isExclusive()) { if (olLoaded && !isExclusive()) {
hideDelay(time); // delay popup close if time specified hideDelay(time); // delay popup close if time specified
   
if (o3_removecounter >= 1) { o3_showingsticky = 0 }; if (o3_removecounter >= 1) { o3_showingsticky = 0 }
   
if (o3_showingsticky == 0) { if (o3_showingsticky == 0) {
o3_allowmove = 0; o3_allowmove = 0;
if (over != null && o3_timerid == 0) runHook("hideObject", FREPLACE, over); if (over != null && o3_timerid == 0) runHook("hideObject", FREPLACE, over);
} else { } else {

Powered by WebSVN 2.2.1