Browse Source

[WebUI] Update D3 to v5.0.0 and jQuery to v3.3.1

tags/1.7.3
Alexander Moisseev 6 years ago
parent
commit
091cacf8f7

+ 2
- 2
interface/js/lib/d3.min.js
File diff suppressed because it is too large
View File


+ 0
- 4
interface/js/lib/jquery-3.2.1.min.js
File diff suppressed because it is too large
View File


+ 2
- 0
interface/js/lib/jquery-3.3.1.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
interface/js/main.js View File

@@ -2,7 +2,7 @@ requirejs.config({
baseUrl: 'js/lib',
paths: {
app: '../app',
jquery: 'jquery-3.2.1.min',
jquery: 'jquery-3.3.1.min',
visibility: 'visibility.min',
humanize: 'humanize.min',
bootstrap: 'bootstrap.min',

Loading…
Cancel
Save