summaryrefslogtreecommitdiffstats
path: root/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/main.js b/src/main.js
index c7314d17b..97e48b442 100644
--- a/src/main.js
+++ b/src/main.js
@@ -45,12 +45,5 @@ export default new Vue({
render: (h) => h(App),
})
-/**
- * Closes warning messages generated by PHP code
- */
-function closeCronWarning() {
- document.getElementById('cron-warning').style.display = 'none'
-}
-// document.getElementById('close-cron-warning').onclick = closeCronWarning
-
+// Make store accessible for setting cron warning (also for plugins in the future)
window.store = store