diff --git a/js/jquery.treeview.pack.js b/js/jquery.treeview.pack.js index eddac491f..bc6e74bb5 100644 --- a/js/jquery.treeview.pack.js +++ b/js/jquery.treeview.pack.js @@ -1,3 +1,6 @@ +/** + * @deprecated 3.2.0 N°7251 will be removed in a future version. Use instead the min version + */ /* * Treeview 1.4 - jQuery plugin to hide and show branches of a tree * diff --git a/js/json.js b/js/json.js index 04a182dfa..81f166dd3 100644 --- a/js/json.js +++ b/js/json.js @@ -1,3 +1,6 @@ +/** + * @deprecated 3.2.0 N°7251 will be removed in a future version. Use instead the native methods (no need for this polyfill) + */ /* http://www.JSON.org/json2.js 2008-06-15 diff --git a/js/json/json2.js b/js/json/json2.js index 25ff1ec12..f95ca157c 100644 --- a/js/json/json2.js +++ b/js/json/json2.js @@ -1,3 +1,6 @@ +/** + * @deprecated 3.2.0 N°7251 will be removed in a future version. Use instead the native methods (no need for this polyfill) + */ /* http://www.JSON.org/json2.js 2008-03-24 diff --git a/js/themes/README.md b/js/themes/README.md new file mode 100644 index 000000000..403616be0 --- /dev/null +++ b/js/themes/README.md @@ -0,0 +1 @@ +@deprecated 3.2.0 N°7251 will be removed in a future version. \ No newline at end of file