Add dialog function
This commit is contained in:
parent
73d4818cf6
commit
48972392cf
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
import {Util, AddControls} from './functions/buttons.js'
|
||||
import {Util, AddControls, AddDialogs} from './functions/buttons.js'
|
||||
import {VideoLength} from './functions/length.js'
|
||||
|
||||
AddControls()
|
||||
AddDialogs()
|
||||
setTimeout(() => {
|
||||
Util()
|
||||
VideoLength()
|
||||
|
|
Reference in a new issue