diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-25 10:33:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-25 10:33:57 +0200 |
commit | b2c60abe6e1637d8f55688ffcbf99cf553ed52ea (patch) | |
tree | 88a120fc8123ca273292175b733c24cf18b861d7 /client/src | |
parent | 772d5642ba617865519ca5e590061adf174866d4 (diff) | |
download | PeerTube-b2c60abe6e1637d8f55688ffcbf99cf553ed52ea.tar.gz PeerTube-b2c60abe6e1637d8f55688ffcbf99cf553ed52ea.tar.zst PeerTube-b2c60abe6e1637d8f55688ffcbf99cf553ed52ea.zip |
Disable animation on confirm modal
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/core/confirm/confirm.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/core/confirm/confirm.component.html b/client/src/app/core/confirm/confirm.component.html index 3253de4a0..0bb64cf00 100644 --- a/client/src/app/core/confirm/confirm.component.html +++ b/client/src/app/core/confirm/confirm.component.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <div bsModal #confirmModal="bs-modal" class="modal" tabindex="-1" role="dialog"> | 1 | <div bsModal #confirmModal="bs-modal" [config]="{ animated: false }" class="modal" tabindex="-1" role="dialog"> |
2 | <div class="modal-dialog"> | 2 | <div class="modal-dialog"> |
3 | <div class="modal-content"> | 3 | <div class="modal-content"> |
4 | 4 | ||