Skip to content

Commit

Permalink
bugfix datatables move to new package
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 6, 2016
1 parent 3175882 commit c2baa53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion caravel/assets/javascripts/sql.js
Expand Up @@ -3,7 +3,8 @@ var jQuery = window.jQuery = $;
var showModal = require('./modules/utils.js').showModal;

require('select2');
require('datatables');
require('datatables.net-bs');
require('../node_modules/datatables-bootstrap3-plugin/media/css/datatables-bootstrap3.css');
require('bootstrap');

var ace = require('brace');
Expand Down

0 comments on commit c2baa53

Please sign in to comment.