##// END OF EJS Templates
Merge pull request #5430 from jdfreder/elementappend...
Min RK -
r15996:0f59d3f3 merge
parent child Browse files
Show More
@@ -541,6 +541,10 b' var IPython = (function (IPython) {'
541 541 var container = element;
542 542 container.show = function(){console.log('Warning "container.show()" is deprecated.')};
543 543 // end backward compat
544
545 // Fix for ipython/issues/5293, make sure `element` is the area which
546 // output can be inserted into at the time of JS execution.
547 element = toinsert;
544 548 try {
545 549 eval(js);
546 550 } catch(err) {
General Comments 0
You need to be logged in to leave comments. Login now