diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index 4225665c..8c836c87 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -177,6 +177,9 @@ pandora.ui.apiDialog = function() { source: doc, }) .appendTo($text); + ['Keyword', 'Method', 'Property'].forEach(function(type) { + $doc.find('.Ox' + type).removeClass('Ox' + type); + }); $('
') .html('
' + source + '') .appendTo($text);