1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 03:24:01 +02:00

Use rel="noreferrer" for documentation links

This commit is contained in:
Jakub Vrana
2011-01-31 20:35:48 +01:00
parent 79fa7dab3b
commit f195903964
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ function bodyLoad(version, protocol) {
script.src = jushRoot + 'jush.js';
script.onload = function () {
if (window.jush) { // IE runs in case of an error too
jush.create_links = ' target="_blank"';
jush.create_links = ' target="_blank" rel="noreferrer"';
jush.urls.sql[0] = 'http://dev.mysql.com/doc/refman/' + version + '/en/$key';
jush.urls.sql_sqlset = jush.urls.sql[0];
jush.urls.sqlset[0] = jush.urls.sql[0];