Fix navbar menu with background set
This commit is contained in:
@@ -11,3 +11,6 @@ import * as moment from 'moment/dist/moment.js';
|
||||
// attach to global for compatibility
|
||||
window.moment = moment.default;
|
||||
window.Chart = Chart;
|
||||
|
||||
// hack to disable old bootstrap transitions
|
||||
setTimeout(() => window.$.support.transition = false, 3000);
|
||||
|
||||
Reference in New Issue
Block a user