sS gazelleBot_suggestPostTypes(Cl postTypes) { ret empty(postTypes) ? "" : "Suggested post types: " + joinWithCommaOr("-", safeMap(type -> ahref_js(eq(f_type, type) ? "" : [[ const selectize = $("select[name=f_type]").data('selectize'); console.log("selectize: " + selectize); selectize.setValue(]] + jsQuote(type) + ");", htmlEncode2(type), title := "Click to accept suggestion"), takeFirst(3, types)));