Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-01-23 14:55:39 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-02-05 00:49:18 +0300
commit2ab7e6bd3b091413b9fff797a51ddb213d8d1bf9 (patch)
treecec83cb2a0d44d9a204dae8ce115c78b11f11fea /src/main.js
parentae7bf7f69642244416c51237a2e808675124317c (diff)
Implement timeout GUI for deleting a calendar
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
index 806bcfdf..036d95c2 100644
--- a/src/main.js
+++ b/src/main.js
@@ -68,6 +68,7 @@ Vue.prototype.n = Vue.prototype.$n
Vue.prototype.$OC = OC
Vue.prototype.$OCA = OCA
Vue.prototype.$appVersion = $appVersion
+Vue.prototype.$toast = OCP.Toast // eslint-disable-line no-undef
OCA.Tasks.$t = Vue.prototype.$t
OCA.Tasks.$n = Vue.prototype.$n