Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Added bootstrap as requirement for manage taxonomies
Browse files Browse the repository at this point in the history
  • Loading branch information
George Schneeloch committed Aug 31, 2015
1 parent 2ab9ad3 commit 1cb5e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/static/ui/js/manage_taxonomies.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define('manage_taxonomies', ['react', 'lodash', 'jquery', 'utils'],
define('manage_taxonomies', ['react', 'lodash', 'jquery', 'utils', 'bootstrap'],
function (React, _, $, Utils) {
'use strict';

Expand Down

0 comments on commit 1cb5e86

Please sign in to comment.