This commit is contained in:
Liang Ding 2014-10-22 16:35:54 +08:00
parent c2c6ab7ff1
commit 05c9b592f4
1 changed files with 0 additions and 2 deletions

View File

@ -515,8 +515,6 @@ var wide = {
$('.bottom-window-group .output').text(''); $('.bottom-window-group .output').text('');
}, },
success: function (data) { success: function (data) {
$(".toolbars .ico-buildrun").addClass("ico-stop")
.removeClass("ico-buildrun").attr("title", config.label.stop);
} }
}); });
}, },