Update ajax-filter-posts.js

This commit is contained in:
Ian Scheele 2018-02-20 09:56:16 +01:00 committed by GitHub
parent 6acb3d240d
commit e3a0b728b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@
* Remove a term from the set of query params
*
* @param string tax taxonomy of the term to remove
* @param {tring term term to remove
* @param {string term term to remove
*/
function removeQueryParam(tax, term) {
if (queryParams.tax.hasOwnProperty(tax)) {
@ -335,4 +335,4 @@
init();
}());
}());