Skip to content
Snippets Groups Projects
Commit c8beb9f9 authored by Georgi's avatar Georgi
Browse files

Added the d3.js library to the project as required, that way it is not loaded...

Added the d3.js library to the project as required, that way it is not loaded each time from the internet and the website can run on machines not running with an online connection
parent c66d52a5
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ window._ = require('lodash');
try {
window.Popper = require('popper.js').default;
window.$ = window.jQuery = require('jquery');
window.d3 = require('d3');
require('bootstrap');
} catch (e) {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment