From e7a45e9454b7274a47434d3c47048a12c848376c Mon Sep 17 00:00:00 2001 From: MinRK Date: Sat, 14 Apr 2012 16:02:53 -0700 Subject: [PATCH] add VERSIONHACK markers for never-released plaintext handling --- IPython/frontend/html/notebook/static/js/notebook.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/js/notebook.js b/IPython/frontend/html/notebook/static/js/notebook.js index 61921c3d2..12ac322ab 100644 --- a/IPython/frontend/html/notebook/static/js/notebook.js +++ b/IPython/frontend/html/notebook/static/js/notebook.js @@ -1197,7 +1197,8 @@ var IPython = (function (IPython) { var new_cell = null; for (i=0; i raw + // handle never-released plaintext name for raw cells if (cell_data.cell_type === 'plaintext'){ cell_data.cell_type = 'raw'; }