Hide fog layer after clear session

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12004 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-10-31 08:11:44 +00:00
parent 8012a26fe6
commit ec3986a3a5

View file

@ -8,4 +8,5 @@ function doClearSession() {
function completeClearSession(ret_obj, response_tags) {
alert(ret_obj['result']);
hideWaitingFogLayer();
}