diff --git a/source/Ox.UI/js/Code/DocPanel.js b/source/Ox.UI/js/Code/DocPanel.js index e07c0056..2dfef38e 100644 --- a/source/Ox.UI/js/Code/DocPanel.js +++ b/source/Ox.UI/js/Code/DocPanel.js @@ -155,7 +155,10 @@ Ox.DocPanel = function(options, self) { if (item) { item.examples = ( item.examples || [] - ).concat({id: example, title: title}); + ).concat({ + id: example.split('/').pop(), + title: title + }); } }); }