update deprecated jquery

This commit is contained in:
r888888888
2018-02-22 11:46:11 -08:00
parent 689b5690bf
commit 916a57b2fd

View File

@@ -630,7 +630,7 @@
$.post( $.post(
"/saved_searches.js", "/saved_searches.js",
{ {
"saved_search_tags": $("#tags").attr("value") "saved_search_tags": $("#tags").val()
} }
); );
} }