Skip to content

Commit

Permalink
Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Drollinger authored and Andreas Drollinger committed May 1, 2021
1 parent 52e6f17 commit db74b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/thc_Web/www_jqmobile/thc_Web.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
DeviceWidget["module"].Create = function(Parent, ChildId, DeviceId, DeviceInfo) {
$(Parent).append(
'<label for="' + ChildId + '">' + DeviceInfo["name"] + '</label>' +
'<a href="module/'+DeviceInfo["data"]+'/index.html" target="_blank">Open</a>');
'<a href="module/'+DeviceInfo["data"]+'/index.html" target="_blank" rel="opener">Open</a>');
}

/**** Image ****/
Expand Down

0 comments on commit db74b1e

Please sign in to comment.