N°7251 Deprecate unused files in /js

This commit is contained in:
Pierre Goiffon
2024-02-15 17:14:15 +01:00
parent 2695aeb64b
commit 67d43c19ec
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.