提交 12b6455e 编写于 作者: G Gautam krishna.R 提交者: GitHub

Update setup_top_menu.js

上级 c2b8c4c8
......@@ -28,6 +28,7 @@ module.exports = () => {
// control
const $btnRun = $('#btn_run');
const $btnRunText=ap=$('#btn_run>span');
const $btnTrace = $('#btn_trace');
const $btnPause = $('#btn_pause');
const $btnPrev = $('#btn_prev');
......@@ -47,6 +48,9 @@ module.exports = () => {
Toast.showErrorToast(err);
TopMenu.resetTopMenuButtons();
}
else {
$btnRunText.html("Reset");
}
});
$btnPause.click(() => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册