Compare commits

...

1 Commits

Author SHA1 Message Date
Molkobain
c715ef3c17 N°7299 - Migrate remaining usages of deprecated JS libs 2026-08-13 20:29:31 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ class NiceWebPage extends WebPage
'js/field_sorter.js',
'js/table-selectable-lines.js',
// - Not used internally or by extensions yet
'js/clipboard.min.js', // 3.2.0 N°5261 moved to NPM
'node_modules/clipboard/dist/clipboard.min.js', // 3.2.0 N°5261 moved to NPM
'js/clipboardwidget.js',
// - SearchForm
'js/searchformforeignkeys.js',

View File

@@ -58,8 +58,8 @@ class iTopWebPage extends NiceWebPage implements iTabbedPage
// - TabContainer
'js/jquery.ba-bbq.min.js',
// - DashletGroupBy & other specific places
'js/d3.js', // 3.2.0 N°5261 moved to NPM
'js/c3.js', // 3.2.0 N°5261 moved to NPM
'node_modules/d3/d3.min.js', // 3.2.0 N°5261 moved to NPM
'node_modules/c3/c3.min.js', // 3.2.0 N°5261 moved to NPM
// - DisplayableGraph, impact analysis
'js/raphael-min.js',
'js/jquery.mousewheel.js',