Skip to content

Commit

Permalink
Remove deprecated synchronous AJAX call
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Feb 25, 2018
1 parent 6e9ff5a commit dc1241b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/list_action.js
Expand Up @@ -53,7 +53,6 @@ jQuery(document).ready(function($) {
var categoryrow = $(this).parents("tr");

$.ajax({
async: false,
dataType: "html",
url: Announce.rest_api('context/') + message_id,
success: function(data) {
Expand Down

0 comments on commit dc1241b

Please sign in to comment.