Skip to content

Commit

Permalink
Introduced ajax to view steps to avoid large size html
Browse files Browse the repository at this point in the history
  • Loading branch information
asurendra authored and asurendra committed Jan 20, 2016
1 parent da31922 commit db5ea0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/public/js/custom/testcase.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(document).ready(function () {

$(".teststepShow").click(function () {
$(".teststepShow").click(function (event) {
event.preventDefault();
var testcaseId = $(this).attr("id");
if ($("#tcstep_" + testcaseId).html().length > 0) {
Expand Down

0 comments on commit db5ea0c

Please sign in to comment.