mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 23:57:29 +02:00
JUSH: Fix opening help to new window
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
function syntaxHighlighting(version, vendor) {
|
||||
if (window.jush) {
|
||||
jush.create_links = ' target="_blank" rel="noreferrer noopener"';
|
||||
jush.create_links = 'target="_blank" rel="noreferrer noopener"';
|
||||
if (version) {
|
||||
for (let key in jush.urls) {
|
||||
let obj = jush.urls;
|
||||
|
Reference in New Issue
Block a user