mirror of
https://github.com/unraid/webgui.git
synced 2026-02-18 06:58:47 -06:00
Revert fix external links within changelog
This commit is contained in:
@@ -344,8 +344,6 @@ $('body').on('click','a,.ca_href', function(e) {
|
||||
$.cookie('allowedDomains',JSON.stringify(domainsAllowed),{expires:3650}); // rewrite cookie to further extend expiration by 400 days
|
||||
if (domainsAllowed[dom.hostname]) return;
|
||||
e.preventDefault();
|
||||
|
||||
$('.sweet-alert').removeClass('nchan'); // Remove nchan class if present as display issues will result
|
||||
swal({
|
||||
title: "<?=_('External Link')?>",
|
||||
text: "<span title='"+href+"'><?=_('Clicking OK will take you to a 3rd party website not associated with Lime Technology')?><br><br><b>"+href+"<br><br><input id='Link_Always_Allow' type='checkbox'></input><?=_('Always Allow')?> "+dom.hostname+"</span>",
|
||||
|
||||
Reference in New Issue
Block a user