mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
Fixing the python and js packaging
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
var $ = window.$ = require('jquery');
|
||||
var jQuery = window.jQuery = $;
|
||||
var px = require('./modules/panoramix.js');
|
||||
|
||||
require('datatables');
|
||||
require('datatables-bootstrap3-plugin');
|
||||
require('../node_modules/datatables-bootstrap3-plugin/media/css/datatables-bootstrap3.css')
|
||||
require('bootstrap');
|
||||
|
||||
$(document).ready(function () {
|
||||
|
||||
Reference in New Issue
Block a user