* Fix issue #714.

This commit is contained in:
liumengyi
2022-08-05 10:08:28 +08:00
parent 000038f12f
commit 24a5917b4a
4 changed files with 16 additions and 14 deletions
+8
View File
@@ -1,3 +1,11 @@
$(function(){
if(from == 'testcase')
{
$("#navbar li[data-id='testtask']").toggleClass('active');
$("#navbar li[data-id='testcase']").toggleClass('active');
}
});
$(document).on('keyup', 'form input:text', function()
{
var preSelect = $(this).parent().prev().find('select');