mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Fix redirect on Code demo.
This commit is contained in:
@@ -338,7 +338,7 @@ Code.init = function() {
|
||||
BlocklyStorage['LINK_ALERT'] = MSG['linkAlert'];
|
||||
BlocklyStorage['HASH_ERROR'] = MSG['hashError'];
|
||||
BlocklyStorage['XML_ERROR'] = MSG['xmlError'];
|
||||
BlocklyApps.bindClick(linkButton, BlocklyStorage.link);
|
||||
Code.bindClick(linkButton, BlocklyStorage.link);
|
||||
} else if (linkButton) {
|
||||
linkButton.className = 'disabled';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user