diff options
Diffstat (limited to 'shared/models/plugins/client')
-rw-r--r-- | shared/models/plugins/client/client-hook.model.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/shared/models/plugins/client/client-hook.model.ts b/shared/models/plugins/client/client-hook.model.ts index bb55e92d5..04d42d591 100644 --- a/shared/models/plugins/client/client-hook.model.ts +++ b/shared/models/plugins/client/client-hook.model.ts | |||
@@ -108,16 +108,16 @@ export const clientActionHookObject = { | |||
108 | // Fired when the admin plugin settings page is being initialized | 108 | // Fired when the admin plugin settings page is being initialized |
109 | 'action:admin-plugin-settings.init': true, | 109 | 'action:admin-plugin-settings.init': true, |
110 | 110 | ||
111 | // Fired when the video upload page is being initalized | 111 | // Fired when the video upload page is being initialized |
112 | 'action:video-upload.init': true, | 112 | 'action:video-upload.init': true, |
113 | // Fired when the video import by URL page is being initalized | 113 | // Fired when the video import by URL page is being initialized |
114 | 'action:video-url-import.init': true, | 114 | 'action:video-url-import.init': true, |
115 | // Fired when the video import by torrent/magnet URI page is being initalized | 115 | // Fired when the video import by torrent/magnet URI page is being initialized |
116 | 'action:video-torrent-import.init': true, | 116 | 'action:video-torrent-import.init': true, |
117 | // Fired when the "Go Live" page is being initalized | 117 | // Fired when the "Go Live" page is being initialized |
118 | 'action:go-live.init': true, | 118 | 'action:go-live.init': true, |
119 | 119 | ||
120 | // Fired when the user explicitely logged in/logged out | 120 | // Fired when the user explicitly logged in/logged out |
121 | 'action:auth-user.logged-in': true, | 121 | 'action:auth-user.logged-in': true, |
122 | 'action:auth-user.logged-out': true, | 122 | 'action:auth-user.logged-out': true, |
123 | // Fired when the application loaded user information (using tokens from the local storage or after a successful login) | 123 | // Fired when the application loaded user information (using tokens from the local storage or after a successful login) |