Skip to content

Commit

Permalink
Speed up response slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Mar 29, 2024
1 parent da986f4 commit 1c7c650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'security': wpt_data.security
};
$.post(ajaxurl, data, function (response) {
$('.wpt_log').text(response).show(500);
$('.wpt_log').text(response).show(300);
});
});
});
Expand Down

0 comments on commit 1c7c650

Please sign in to comment.