mirror of
https://github.com/vrana/adminer.git
synced 2025-08-24 15:12:51 +02:00
Highlighting only inside <code>
This commit is contained in:
@@ -223,8 +223,7 @@ function ajaxSend(url, data) {
|
||||
clearTimeout(ajaxTimeout);
|
||||
setHtml('main', text);
|
||||
if (window.jush) {
|
||||
jush.highlight_tag('code');
|
||||
jush.highlight_tag('pre', 0);
|
||||
jush.highlight_tag('code', 0);
|
||||
}
|
||||
}
|
||||
}, data);
|
||||
|
Reference in New Issue
Block a user