mirror of
https://github.com/ulaulaman/eduinaf-ajax-filter-posts.git
synced 2025-06-27 09:03:00 +02:00
Added the option to overwrite template files. Fix: render the shortcode at the correct place
This commit is contained in:
@ -176,7 +176,7 @@
|
||||
var request = new XMLHttpRequest();
|
||||
request.open('POST', filterPosts.ajaxUrl, true);
|
||||
request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
|
||||
request.timeout = 2000; // time in milliseconds
|
||||
request.timeout = 4000; // time in milliseconds
|
||||
|
||||
request.onload = function() {
|
||||
|
||||
|
Reference in New Issue
Block a user