Merge remote-tracking branch 'origin/support/3.2' into develop

This commit is contained in:
Pierre Goiffon
2024-02-15 17:20:55 +01:00
4 changed files with 10 additions and 0 deletions

View File

@@ -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
*

View File

@@ -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

View File

@@ -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

1
js/themes/README.md Normal file
View File

@@ -0,0 +1 @@
@deprecated 3.2.0 N°7251 will be removed in a future version.