Skip to content

Commit 9bc3f99

Browse files
committed
added wikihow link
1 parent d73c451 commit 9bc3f99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebook/static/notebook/js/notebook.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3175,7 +3175,7 @@ define([
31753175
* @param {Error} error
31763176
*/
31773177
Notebook.prototype.load_notebook_error = function (error) {
3178-
var isSanitized = false;
3178+
var isSanitized = true;
31793179
this.events.trigger('notebook_load_failed.Notebook', error);
31803180
var msg;
31813181
if (error.name === utils.XHR_ERROR && error.xhr.status === 500) {
@@ -3191,7 +3191,7 @@ define([
31913191
if (navigator.cookieEnabled == false){
31923192
msg = i18n.msg._("Jupyter requires cookies to work; please enable cookies" +
31933193
" 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;
31953195
}
31963196
dialog.modal({
31973197
notebook: this,

0 commit comments

Comments
 (0)