Fix legacy update notifications
Signed-off-by: mrtnmtth <mrtn.mtth@gmx.de>
This commit is contained in:
parent
3759bef671
commit
aa989b7777
|
@ -17,5 +17,5 @@ $(document).ready(function(){
|
|||
var text = t('core', '{version} is available. Get more information on how to update.', {version: oc_updateState.updateVersion}),
|
||||
element = $('<a>').attr('href', oc_updateState.updateLink).attr('target','_blank').text(text);
|
||||
|
||||
OC.Notification.showHtml(element, { type: 'error' });
|
||||
OC.Notification.showHtml(element.prop('outerHTML'), { type: 'error' });
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue