mirror of
https://github.com/apache/superset.git
synced 2026-04-22 17:45:21 +00:00
Cleaning up assets/vendors
This commit is contained in:
@@ -11,12 +11,13 @@ var d3 = require('d3');
|
||||
require('bootstrap');
|
||||
require('jquery-ui');
|
||||
require('select2');
|
||||
require('../vendor/bootstrap-toggle/bootstrap-toggle.min.js');
|
||||
require('../node_modules/bootstrap-toggle/js/bootstrap-toggle.min.js');
|
||||
require('../vendor/select2.sortable.js');
|
||||
|
||||
// css
|
||||
require('../vendor/pygments.css');
|
||||
require('../vendor/bootstrap-toggle/bootstrap-toggle.min.css');
|
||||
require('../node_modules/bootstrap-toggle/css/bootstrap-toggle.min.css');
|
||||
|
||||
function initExploreView() {
|
||||
|
||||
function druidify(){
|
||||
|
||||
Reference in New Issue
Block a user