summaryrefslogtreecommitdiffstats
path: root/core/js/update.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/update.js')
-rw-r--r--core/js/update.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/js/update.js b/core/js/update.js
index c10aa013e6a..8ab02bbf935 100644
--- a/core/js/update.js
+++ b/core/js/update.js
@@ -1,5 +1,4 @@
$(document).ready(function () {
- OC.EventSource.requesttoken = oc_requesttoken;
var updateEventSource = new OC.EventSource(OC.webroot+'/core/ajax/update.php');
updateEventSource.listen('success', function(message) {
$('<span>').append(message).append('<br />').appendTo($('.update'));