Show More
@@ -485,7 +485,7 var IPython = (function (IPython) { | |||||
485 | 'image/jpeg' : true |
|
485 | 'image/jpeg' : true | |
486 | }; |
|
486 | }; | |
487 |
|
487 | |||
488 | OutputArea.prototype.append_mime_type = function (json, element) { |
|
488 | OutputArea.prototype.append_mime_type = function (json, element, extra_class) { | |
489 | for (var type_i in OutputArea.display_order) { |
|
489 | for (var type_i in OutputArea.display_order) { | |
490 | var type = OutputArea.display_order[type_i]; |
|
490 | var type = OutputArea.display_order[type_i]; | |
491 | var append = OutputArea.append_map[type]; |
|
491 | var append = OutputArea.append_map[type]; | |
@@ -498,7 +498,7 var IPython = (function (IPython) { | |||||
498 | } else { |
|
498 | } else { | |
499 | // don't display if we don't know how to sanitize it |
|
499 | // don't display if we don't know how to sanitize it | |
500 | console.log("Ignoring untrusted " + type + " output."); |
|
500 | console.log("Ignoring untrusted " + type + " output."); | |
501 | continue; |
|
501 | continue; | |
502 | } |
|
502 | } | |
503 | } |
|
503 | } | |
504 | var md = json.metadata || {}; |
|
504 | var md = json.metadata || {}; |
General Comments 0
You need to be logged in to leave comments.
Login now