* Fix write mistake
This commit is contained in:
@@ -192,7 +192,7 @@ $(function()
|
||||
|
||||
}
|
||||
})
|
||||
$("#executionList").on('click','.load-btn', fucntion (e)
|
||||
$("#executionList").on('click','.load-btn', function(e)
|
||||
{
|
||||
var that = e.target;
|
||||
var executionID = $(this).attr('parent-id');
|
||||
|
||||
Reference in New Issue
Block a user