mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-25 14:15:50 +00:00
[FEATURE] expand code buttons on mobile
This commit is contained in:
@@ -16,7 +16,7 @@ jQuery.fn.multicode_tabs = function() {
|
||||
// for each code, give it a unique ID and wrap it in a pre
|
||||
cb_area.children('code').each(function(index2,el2) {
|
||||
var linkid = 'code-'+index+'-'+index2;
|
||||
$(el2).wrap("<div id='"+linkid+"'><pre>");
|
||||
$(el2).wrap("<div id='"+linkid+"' class='code_sample'><pre>");
|
||||
//also put in a link to this in the tab header ul
|
||||
$('ul', cb_area).append("<li><a href='#"+linkid+"'></a></li>");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user