|
@@ -1413,9 +1413,10 @@ async function cocoblockly() {
|
|
|
{ selector: '#back_home', delay: 200, position: 'bottom', tooltip: CCB.str_group.back_home },
|
|
|
{ selector: '#nav_devices', delay: 200, position: 'bottom', tooltip: CCB.str_group.nav_devices },
|
|
|
//{ selector: '#nav_journal', delay: 200, position: 'bottom', tooltip: CCB.str_group.nav_journal },
|
|
|
- { selector: '#nav_language', delay: 200, position: 'bottom', tooltip: CCB.str_group.nav_language },
|
|
|
- { selector: '#local_connect', delay: 200, position: 'bottom', tooltip: CCB.str_group.Connect },
|
|
|
- { selector: '#local_storage', delay: 200, position: 'bottom', tooltip: CCB.str_group.local_storage },
|
|
|
+ // { selector: '#nav_language', delay: 200, position: 'bottom', tooltip: CCB.str_group.nav_language },
|
|
|
+ // { selector: '#local_connect', delay: 200, position: 'bottom', tooltip: CCB.str_group.Connect },
|
|
|
+ // { selector: '#local_storage', delay: 200, position: 'bottom', tooltip: CCB.str_group.local_storage },
|
|
|
+ // { selector: '#help', delay: 200, position: 'bottom', tooltip: CCB.str_group.help },
|
|
|
{ selector: '#button_delete', delay: 200, position: 'bottom', tooltip: CCB.str_group.button_delete },
|
|
|
{ selector: '#workspace_screenshot', delay: 200, position: 'bottom', tooltip: CCB.str_group.workspace_screenshot },
|
|
|
{ selector: '#nav_account', delay: 200, position: 'bottom', tooltip: CCB.str_group.nav_account },
|
|
@@ -1428,9 +1429,17 @@ async function cocoblockly() {
|
|
|
{ selector: '.cloudBtn-delete', delay: 500, position: 'top', tooltip: CCB.str_group.cloudFileDeleteMsg },
|
|
|
{ selector: '#runCode', delay: 500, position: 'top', tooltip: CCB.str_group.runCode },
|
|
|
{ selector: '#uploadFiles', delay: 500, position: 'top', tooltip: CCB.str_group.uploadFiles },
|
|
|
- { selector: '#editDiv', delay: 200, position: 'bottom', tooltip: CCB.str_group.close_editing },
|
|
|
+ // { selector: '#editDiv', delay: 200, position: 'bottom', tooltip: CCB.str_group.close_editing },
|
|
|
{ selector: '#cloudBtn-shares', delay: 500, position: 'bottom', tooltip: CCB.str_group.cloudShares },
|
|
|
-
|
|
|
+ { selector: '#fullscreenIcon', delay: 500, position: 'bottom', tooltip: CCB.str_group.fullscreen },
|
|
|
+ { selector: '#fullscreenExitIcon', delay: 500, position: 'bottom', tooltip: CCB.str_group.fullscreenExit },
|
|
|
+ { selector: '#edit-off', delay: 500, position: 'bottom', tooltip: CCB.str_group.editing },
|
|
|
+ { selector: '#edit-on', delay: 500, position: 'bottom', tooltip: CCB.str_group.close_editing },
|
|
|
+ { selector: '#copy_code_view', delay: 500, position: 'bottom', tooltip: CCB.str_group.copy_code },
|
|
|
+ { selector: '#blockpy-toolbar-upload', delay: 500, position: 'bottom', tooltip: CCB.str_group.blockpy_toolbar_upload },
|
|
|
+ { selector: '#blockpy-toolbar-download', delay: 500, position: 'bottom', tooltip: CCB.str_group.blockpy_toolbar_download },
|
|
|
+ { selector: '#repl_delete', delay: 500, position: 'bottom', tooltip: CCB.str_group.repl_delete },
|
|
|
+ { selector: '#refresh', delay: 500, position: 'bottom', tooltip: CCB.str_group.reset_device }
|
|
|
];
|
|
|
// /* ************ ajax request - begin ************ */
|
|
|
// // -------- get latest uploader version from release -------- //
|