Changeset 1289
- Timestamp:
- 03/08/10 15:46:00 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ide/trunk/src/resources/players/flash/data/js/embed.js
r1285 r1289 40 40 Local.onLinkButton = function() 41 41 { 42 window.location = args.baseUrl; 42 var env = document.getElementById(id); 43 var snuId = env.getCurrentSnuId(); 44 window.location = args.baseUrl + '#?snu=' + snuId; 43 45 } 44 46 Local.korsakowReady = function()
