mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00

Update to latest bootstrap-ui 1.0.3. Change Wifi settings button and behaviour of several tooltips accordingly. Remove collapse elements since the animation breaks.
10 lines
172 B
JavaScript
10 lines
172 B
JavaScript
require('jquery')
|
|
|
|
require('d3')
|
|
require('epoch/dist/css/epoch.min.css')
|
|
require('epoch/dist/js/epoch.min.js')
|
|
require('ng-epoch')
|
|
|
|
module.exports = {
|
|
name: 'ng.epoch'
|
|
}
|