From 251a27cc7d40d63087aacffcdefaf5ff15f3a057 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 16 Dec 2014 19:19:01 +0000 Subject: [PATCH] update API dialog (second pass) --- static/js/apiDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index 6294e9fb..89dc7aa1 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -178,7 +178,7 @@ pandora.ui.apiDialog = function() { }) .appendTo($text); $('
') - .html('' + source + '') + .html('
' + source.split(':')[0] + '') .appendTo($text); $code = Ox.SyntaxHighlighter({ showLineNumbers: true,