weathermap |
Subversion Repositories: |
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 { |