Small fix for closing a large map

The large map was closed with an ordinary arrow, now it will be hand pointer.
And some minor corrections in phrases.
This commit is contained in:
Vladyslav
2018-04-12 11:09:29 +03:00
parent a906f673b4
commit 69a986b612
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -763,7 +763,7 @@ function li(step){step.i++;if(step.i==2){step.anm.style.visibility='visible';}
for(var ji in step.target){step.current[ji]+=step.step[ji];}
return step;}
function ii(mi){if(mi===undefined){mi==false;}
var ni=document.getElementById('ce');if(mi){var oi='<div class="popup3 quest"><a href="#" onClick="qst_handle()"><img src="img/x.gif" border="1" class="popup4" alt="Close"></a><div id="popup3"</div></div>';ni.innerHTML=oi;pi();qst_wfm();vc();qi(true);uc();}
var ni=document.getElementById('ce');if(mi){var oi='<div class="popup3 quest"><a href="#" onClick="qst_handle()"><img src="img/x.gif" border="1" class="popup4" alt="Close" title="Close"></a><div id="popup3"</div></div>';ni.innerHTML=oi;pi();qst_wfm();vc();qi(true);uc();}
else{ni.innerHTML='';qi(false);}
}
function qi(vis){if(!is_ie6){return;}