We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ceb14f commit 797f86fCopy full SHA for 797f86f
nbclassic/static/notebook/js/notificationarea.js
@@ -51,11 +51,11 @@ define([
51
// HTTP requests.
52
clearTimeout(busy_favicon_timer);
53
busy_favicon_timer = setTimeout(function() {
54
- utils.change_favicon('/static/base/images/favicon-busy-1.ico');
+ utils.change_favicon('/static/favicon/favicon-busy-1.ico');
55
}, 1000);
56
} else {
57
58
- utils.change_favicon('/static/base/images/favicon-notebook.ico');
+ utils.change_favicon('/static/favicon/favicon-notebook.ico');
59
}
60
};
61
0 commit comments