From 52336b20385a2dadc80a33f2709edcce3547896f Mon Sep 17 00:00:00 2001 From: Thomas Pulzer Date: Mon, 4 Jul 2016 22:57:10 +0200 Subject: [PATCH] Changed the creation of the update notification link to generate the js object from concated string. --- apps/updatenotification/js/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/updatenotification/js/notification.js b/apps/updatenotification/js/notification.js index 810b9c168a..d5463174e4 100644 --- a/apps/updatenotification/js/notification.js +++ b/apps/updatenotification/js/notification.js @@ -18,7 +18,7 @@ $(document).ready(function(){ version = oc_updateState.updateVersion, docLink = oc_updateState.updateLink, text = t('core', '{version} is available. Get more information on how to update.', {version: version}), - element = $('').attr('href', docLink).attr('target','_blank').text(text); + element = $(''+text+''); OC.Notification.showTemporary( element,