a741c957 upgraded selectize to 0.13.5. However, it looks like a non-standalone version was uploaded by accident. On page load, the following error can be seen in debug console: "Selectize: Dependency MicroPlugin is missing".
Because of that, the submitter autocomplete no longer works. Version 0.13.5 was not released on Github, so I have decided to upgrade the library to the latest available version. Add updated files to .gitattributes to skip them in patches. Signed-off-by: Franciszek Stachura <[email protected]> --- I have noticed that Selectize generally works on production instances, so maybe I'm just doing something wrong. --- .gitattributes | 2 ++ htdocs/README.rst | 2 +- htdocs/css/selectize.bootstrap3.css | Bin 8266 -> 13155 bytes htdocs/js/selectize.min.js | Bin 56433 -> 55382 bytes 4 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..e3606582 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +htdocs/js/*.min.js binary +htdocs/css/selectize.bootstrap3.css binary diff --git a/htdocs/README.rst b/htdocs/README.rst index 9a521123..7f7eff94 100644 --- a/htdocs/README.rst +++ b/htdocs/README.rst @@ -140,4 +140,4 @@ js :Website: https://selectize.github.io/selectize.js/ :GitHub: https://github.com/selectize/selectize.js - :Version: 0.13.5 + :Version: 0.15.2 diff --git a/htdocs/css/selectize.bootstrap3.css b/htdocs/css/selectize.bootstrap3.css index 3165727e..ca53d550 100644 Binary files a/htdocs/css/selectize.bootstrap3.css and b/htdocs/css/selectize.bootstrap3.css differ diff --git a/htdocs/js/selectize.min.js b/htdocs/js/selectize.min.js index 0a5384be..4fb14c09 100644 Binary files a/htdocs/js/selectize.min.js and b/htdocs/js/selectize.min.js differ -- 2.55.0 _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
