@ -25,7 +25,13 @@ require([
notificationarea
){
"use strict";
requirejs(['custom/custom'], function() {});
try {
} catch(err) {
console.log("Error loading custom.js from edition service. Continuing and logging");
console.warn(err);
}
page = new page.Page();
@ -56,8 +56,8 @@ require([
try{
console.warn("Error processing custom.js file. Logging the error and continuing")
console.log(err);
console.log("Error processing custom.js. Logging and continuing")
// compat with old IPython, remove for IPython > 3.0
@ -30,7 +30,12 @@ require([
newnotebook,
loginwidget){
console.log("Error loading custom.js from tree service. Continuing and logging");
// Setup all of the config related things