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