Changeset 1289

Show
Ignore:
Timestamp:
03/08/10 15:46:00 (5 months ago)
Author:
dreisch
Message:

-fixed #1112

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ide/trunk/src/resources/players/flash/data/js/embed.js

    r1285 r1289  
    4040    Local.onLinkButton = function() 
    4141    { 
    42         window.location = args.baseUrl; 
     42        var env = document.getElementById(id); 
     43        var snuId = env.getCurrentSnuId(); 
     44        window.location = args.baseUrl + '#?snu=' + snuId; 
    4345    } 
    4446    Local.korsakowReady = function()