mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-20 13:19:27 +02:00
Compare commits
1 Commits
develop
...
feature/72
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c715ef3c17 |
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user