diff --git a/public/options.html b/public/options.html index 974fd545c29..d5a926cfec1 100644 --- a/public/options.html +++ b/public/options.html @@ -24,11 +24,11 @@

Options

Example:

-  $(".my_select_box").chosen(
+  $(".my_select_box").chosen({
     disable_search_threshold: 10,
     no_results_text: "Oops, nothing found!",
     width: "95%"
-  );
+  });