File tree 1 file changed +2
-2
lines changed
notebook/static/notebook/js
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3175,7 +3175,7 @@ define([
3175
3175
* @param {Error } error
3176
3176
*/
3177
3177
Notebook . prototype . load_notebook_error = function ( error ) {
3178
- var isSanitized = false ;
3178
+ var isSanitized = true ;
3179
3179
this . events . trigger ( 'notebook_load_failed.Notebook' , error ) ;
3180
3180
var msg ;
3181
3181
if ( error . name === utils . XHR_ERROR && error . xhr . status === 500 ) {
@@ -3191,7 +3191,7 @@ define([
3191
3191
if ( navigator . cookieEnabled == false ) {
3192
3192
msg = i18n . msg . _ ( "Jupyter requires cookies to work; please enable cookies" +
3193
3193
" and refresh page. <a href=\"https://www.wikihow.com/Enable-Cookies-in-Your-Internet-Web-Browser\"> Learn more about enabling cookies. </a>" ) ;
3194
- isSanitized = true ;
3194
+ isSanitized = false ;
3195
3195
}
3196
3196
dialog . modal ( {
3197
3197
notebook : this ,
You can’t perform that action at this time.
0 commit comments