From a4f058452e41c1df73455a155fd391713120e34a Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 18 Dec 2014 12:13:45 +0000 Subject: [PATCH] update api dialog --- static/js/apiDialog.js | 3 +++ 1 file changed, 3 insertions(+) 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);