|
|
@@ -52,6 +52,7 @@ $(function() {
|
|
|
}
|
|
|
});
|
|
|
show_select_option("notes", notes_show_id_list, "n", true);
|
|
|
+ set_select_text("category", "false");
|
|
|
});
|
|
|
|
|
|
$(".multiselect .category-option").on("change", function() {
|
|
|
@@ -104,6 +105,7 @@ $(function() {
|
|
|
}
|
|
|
});
|
|
|
show_select_option("notes", notes_show_id_list, "n", true);
|
|
|
+ set_select_text("category", "false");
|
|
|
});
|
|
|
|
|
|
$(".multiselect #project-any").on("change", function() {
|